summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2015-03-10 20:59:07 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-03-11 09:36:26 +0100
commit73c23eec0e78d0ea5692d79b936d10650647eecd (patch)
tree88b5e9eabbbedd673314780419f7b5cf76e6c949 /arch
parent2084bface21d99cf4aba76db501359f553cf7d4e (diff)
downloadbarebox-73c23eec0e78d0ea5692d79b936d10650647eecd.tar.gz
barebox-73c23eec0e78d0ea5692d79b936d10650647eecd.tar.xz
ARM: radxa-rock: select options for regulator
Fixes the build with a minimal config while maintaining functionality of the board. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-rockchip/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig
index 9c9eed0559..ea4361d44e 100644
--- a/arch/arm/mach-rockchip/Kconfig
+++ b/arch/arm/mach-rockchip/Kconfig
@@ -7,6 +7,8 @@ config ARCH_TEXT_BASE
comment "select Rockchip boards:"
config MACH_RADXA_ROCK
+ select I2C
+ select MFD_ACT8846
bool "Radxa rock board"
endif