diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-03-13 09:35:38 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-03-21 13:26:17 -0400 |
commit | 4ab75a3f3ddb840cc93446ebbcad8838e337d53f (patch) | |
tree | d8d3f4077ee3a2103457a8395216d965e19ccffb /arch/arm/Kconfig | |
parent | b25a1b64e19acfe1e497ef4391c775321084b1ba (diff) |
ARM: s3c64xx: select power domains only when used
The power domain code is only available when CONFIG_PM
is enabled, so we must not select that unconditionally for
s3c64xx. Changing it to 'select PM_GENERIC_DOMAINS if PM'
mirrors what we do on other platforms, and fixes a possible
randconfig build bug.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Cc: Tomasz Figa <tomasz.figa@gmail.com>
Cc: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 2d93211c6879..c076165545a2 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -766,7 +766,7 @@ config ARCH_S3C64XX | |||
766 | select HAVE_TCM | 766 | select HAVE_TCM |
767 | select NO_IOPORT | 767 | select NO_IOPORT |
768 | select PLAT_SAMSUNG | 768 | select PLAT_SAMSUNG |
769 | select PM_GENERIC_DOMAINS | 769 | select PM_GENERIC_DOMAINS if PM |
770 | select S3C_DEV_NAND | 770 | select S3C_DEV_NAND |
771 | select S3C_GPIO_TRACK | 771 | select S3C_GPIO_TRACK |
772 | select SAMSUNG_ATAGS | 772 | select SAMSUNG_ATAGS |