|
@@ -39,14 +39,14 @@ config CPU_S3C2412
|
|
|
bool "SAMSUNG S3C2412"
|
|
|
select CPU_ARM926T
|
|
|
select S3C2412_COMMON_CLK
|
|
|
- select S3C2412_PM if PM
|
|
|
+ select S3C2412_PM if PM_SLEEP
|
|
|
help
|
|
|
Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line
|
|
|
|
|
|
config CPU_S3C2416
|
|
|
bool "SAMSUNG S3C2416/S3C2450"
|
|
|
select CPU_ARM926T
|
|
|
- select S3C2416_PM if PM
|
|
|
+ select S3C2416_PM if PM_SLEEP
|
|
|
select S3C2443_COMMON_CLK
|
|
|
help
|
|
|
Support for the S3C2416 SoC from the S3C24XX line
|
|
@@ -55,7 +55,7 @@ config CPU_S3C2440
|
|
|
bool "SAMSUNG S3C2440"
|
|
|
select CPU_ARM920T
|
|
|
select S3C2410_COMMON_CLK
|
|
|
- select S3C2410_PM if PM
|
|
|
+ select S3C2410_PM if PM_SLEEP
|
|
|
help
|
|
|
Support for S3C2440 Samsung Mobile CPU based systems.
|
|
|
|
|
@@ -63,7 +63,7 @@ config CPU_S3C2442
|
|
|
bool "SAMSUNG S3C2442"
|
|
|
select CPU_ARM920T
|
|
|
select S3C2410_COMMON_CLK
|
|
|
- select S3C2410_PM if PM
|
|
|
+ select S3C2410_PM if PM_SLEEP
|
|
|
help
|
|
|
Support for S3C2442 Samsung Mobile CPU based systems.
|
|
|
|