diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-exynos/Kconfig | 2 | ||||
-rw-r--r-- | arch/ia64/Kconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index b9e3f1c61baf..bb9c56e44a7b 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig | |||
@@ -21,7 +21,7 @@ menuconfig ARCH_EXYNOS | |||
21 | select HAVE_S3C_RTC if RTC_CLASS | 21 | select HAVE_S3C_RTC if RTC_CLASS |
22 | select PINCTRL | 22 | select PINCTRL |
23 | select PINCTRL_EXYNOS | 23 | select PINCTRL_EXYNOS |
24 | select PM_GENERIC_DOMAINS if PM_RUNTIME | 24 | select PM_GENERIC_DOMAINS if PM |
25 | select S5P_DEV_MFC | 25 | select S5P_DEV_MFC |
26 | select SRAM | 26 | select SRAM |
27 | select MFD_SYSCON | 27 | select MFD_SYSCON |
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 536d13b0bea6..ce9531ed44db 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -232,7 +232,7 @@ config IA64_SGI_UV | |||
232 | config IA64_HP_SIM | 232 | config IA64_HP_SIM |
233 | bool "Ski-simulator" | 233 | bool "Ski-simulator" |
234 | select SWIOTLB | 234 | select SWIOTLB |
235 | depends on !PM_RUNTIME | 235 | depends on !PM |
236 | 236 | ||
237 | endchoice | 237 | endchoice |
238 | 238 | ||