diff options
Diffstat (limited to 'arch/arm/mach-vexpress/Kconfig')
| -rw-r--r-- | arch/arm/mach-vexpress/Kconfig | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-vexpress/Kconfig b/arch/arm/mach-vexpress/Kconfig index 52d315b792c..0f1c5e53fb2 100644 --- a/arch/arm/mach-vexpress/Kconfig +++ b/arch/arm/mach-vexpress/Kconfig @@ -17,6 +17,9 @@ config ARCH_VEXPRESS  	select NO_IOPORT  	select PLAT_VERSATILE  	select PLAT_VERSATILE_CLCD +	select POWER_RESET +	select POWER_RESET_VEXPRESS +	select POWER_SUPPLY  	select REGULATOR_FIXED_VOLTAGE if REGULATOR  	select VEXPRESS_CONFIG  	help  |