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

Commit 2dbed152 authored by Sekhar Nori's avatar Sekhar Nori Committed by Arnd Bergmann
Browse files

ARM: davinci: fix build failure with allnoconfig



allnoconfig build with just ARCH_DAVINCI enabled
fails because drivers/clk/davinci/* depends on
REGMAP being enabled.

Fix it by selecting REGMAP_MMIO when building in
DaVinci support.

Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
Reviewed-by: default avatarDavid Lechner <david@lechnology.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 8c2ffd91
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -596,6 +596,7 @@ config ARCH_DAVINCI
	select HAVE_IDE
	select HAVE_IDE
	select PM_GENERIC_DOMAINS if PM
	select PM_GENERIC_DOMAINS if PM
	select PM_GENERIC_DOMAINS_OF if PM && OF
	select PM_GENERIC_DOMAINS_OF if PM && OF
	select REGMAP_MMIO
	select RESET_CONTROLLER
	select RESET_CONTROLLER
	select SPARSE_IRQ
	select SPARSE_IRQ
	select USE_OF
	select USE_OF