Skip to content

Commit

Permalink
ARM: davinci: fix build failure with allnoconfig
Browse files Browse the repository at this point in the history
[ Upstream commit 2dbed15 ]

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: Sekhar Nori <nsekhar@ti.com>
Reviewed-by: David Lechner <david@lechnology.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Sasha Levin (Microsoft) <sashal@kernel.org>
  • Loading branch information
nsekhar authored and gregkh committed May 4, 2019
1 parent e24c542 commit 44a7849
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ config ARCH_DAVINCI
select HAVE_IDE
select PM_GENERIC_DOMAINS if PM
select PM_GENERIC_DOMAINS_OF if PM && OF
select REGMAP_MMIO
select RESET_CONTROLLER
select USE_OF
select ZONE_DMA
Expand Down

0 comments on commit 44a7849

Please sign in to comment.