drivers: soc: Allow building the sunxi driver without ARCH_SUNXI
authorPaul Kocialkowski <contact@paulk.fr>
Sun, 9 Sep 2018 19:04:39 +0000 (21:04 +0200)
committerChen-Yu Tsai <wens@csie.org>
Wed, 12 Sep 2018 14:40:00 +0000 (22:40 +0800)
This makes it possible to build the sunxi SRAM driver without building
for the sunxi architecture. This allows selecting the driver when
building the kernel in testing environments.

In particular, this is necessary for testing of the Cedrus driver, that
selects the sunxi SRAM driver.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
drivers/soc/Makefile

index 113e884..446166b 100644 (file)
@@ -18,7 +18,7 @@ obj-y                         += qcom/
 obj-y                          += renesas/
 obj-$(CONFIG_ARCH_ROCKCHIP)    += rockchip/
 obj-$(CONFIG_SOC_SAMSUNG)      += samsung/
-obj-$(CONFIG_ARCH_SUNXI)       += sunxi/
+obj-y                          += sunxi/
 obj-$(CONFIG_ARCH_TEGRA)       += tegra/
 obj-$(CONFIG_SOC_TI)           += ti/
 obj-$(CONFIG_ARCH_U8500)       += ux500/