diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-12-28 11:05:18 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-12-31 23:46:29 +0100 |
commit | 326ea45aa827da6686c78b5907f9839f91ef5782 (patch) | |
tree | ee2cc7be7f5aa1bc86633b5e0403b1ee8eec61b3 /drivers/bus | |
parent | 22a5b1ddd83b991b96cb635898e011cce48bf6f8 (diff) |
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 <arnd@arndb.de>
Diffstat (limited to 'drivers/bus')
-rw-r--r-- | drivers/bus/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |