Skip to content

Commit

Permalink
bus: uniphier: allow only built-in driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arnd Bergmann committed Dec 31, 2015
1 parent 22a5b1d commit 326ea45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/bus/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 326ea45

Please sign in to comment.