From: Arnd Bergmann Date: Mon, 28 Dec 2015 10:05:18 +0000 (+0100) Subject: bus: uniphier: allow only built-in driver X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=326ea45aa827da6686c78b5907f9839f91ef5782;p=linux-beck.git bus: uniphier: allow only built-in driver Building the newly added uniphier system bus driver as a module causes a link error, so let's only allow it to be built-in for now, to fix allmodconfig: ERROR: "of_default_bus_match_table" [drivers/bus/uniphier-system-bus.ko] undefined! Signed-off-by: Arnd Bergmann --- diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig index 9a92c072a485..129d47bcc5fc 100644 --- a/drivers/bus/Kconfig +++ b/drivers/bus/Kconfig @@ -132,7 +132,7 @@ config SUNXI_RSB and AC100/AC200 ICs. config UNIPHIER_SYSTEM_BUS - tristate "UniPhier System Bus driver" + bool "UniPhier System Bus driver" depends on ARCH_UNIPHIER && OF default y help