Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 326ea45a authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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: default avatarArnd Bergmann <arnd@arndb.de>
parent 22a5b1dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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