aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/soc/Makefile
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2017-12-22 00:19:08 +0100
committerArnd Bergmann <arnd@arndb.de>2018-01-04 17:01:53 +0100
commit68198dca45691be91c171a119f78e4933472053b (patch)
treeff3d044e95c89cdb1a47cfcb6f39cf5f71a4b2f6 /drivers/soc/Makefile
parentMerge tag 'v4.15-next-soc' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux into next/soc (diff)
downloadwireguard-linux-68198dca45691be91c171a119f78e4933472053b.tar.xz
wireguard-linux-68198dca45691be91c171a119f78e4933472053b.zip
soc: Add SoC driver for Gemini
This adds an SoC driver for the Gemini. Currently there is only one thing not fitting into any other framework, and that is the bus arbitration setting. All Gemini vendor trees seem to be setting this register to exactly the same arbitration so we just add a small code snippet to do this at subsys_init() time before any other drivers kick in. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/soc/Makefile')
-rw-r--r--drivers/soc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/Makefile b/drivers/soc/Makefile
index deecb16e7256..342768df3530 100644
--- a/drivers/soc/Makefile
+++ b/drivers/soc/Makefile
@@ -9,6 +9,7 @@ obj-y += bcm/
obj-$(CONFIG_ARCH_DOVE) += dove/
obj-$(CONFIG_MACH_DOVE) += dove/
obj-y += fsl/
+obj-$(CONFIG_ARCH_GEMINI) += gemini/
obj-$(CONFIG_ARCH_MXC) += imx/
obj-$(CONFIG_SOC_XWAY) += lantiq/
obj-y += mediatek/