diff options
Diffstat (limited to 'arch/arm/mach-exynos/Kconfig')
| -rw-r--r-- | arch/arm/mach-exynos/Kconfig | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 70f94c87479..d5dde072733 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -72,10 +72,12 @@ config SOC_EXYNOS5440  	bool "SAMSUNG EXYNOS5440"  	default y  	depends on ARCH_EXYNOS5 +	select ARCH_HAS_OPP  	select ARM_ARCH_TIMER  	select AUTO_ZRELADDR  	select PINCTRL  	select PINCTRL_EXYNOS5440 +	select PM_OPP  	help  	  Enable EXYNOS5440 SoC support  |