Skip to content

Commit

Permalink
ARM: exynos: select PM_GENERIC_DOMAINS only when used
Browse files Browse the repository at this point in the history
This fixes building exynos kernels with CONFIG_PM disabled.

Signed-off-by: Arnd Bergmann <[email protected]>
Cc: Kukjin Kim <[email protected]>
  • Loading branch information
arndb committed Jul 6, 2013
1 parent 39f1601 commit c1fe55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-exynos/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ config CPU_EXYNOS4210
depends on ARCH_EXYNOS4
select ARM_CPU_SUSPEND if PM
select PINCTRL_EXYNOS
select PM_GENERIC_DOMAINS
select PM_GENERIC_DOMAINS if PM
select S5P_PM if PM
select S5P_SLEEP if PM
select SAMSUNG_DMADEV
Expand Down

0 comments on commit c1fe55e

Please sign in to comment.