|
@@ -371,6 +371,18 @@ config SAMSUNG_WAKEMASK
|
|
|
and above. This code allows a set of interrupt to wakeup-mask
|
|
|
mappings. See <plat/wakeup-mask.h>
|
|
|
|
|
|
+config S5P_PM
|
|
|
+ bool
|
|
|
+ help
|
|
|
+ Common code for power management support on S5P and newer SoCs
|
|
|
+ Note: Do not select this for S5P6440 and S5P6450.
|
|
|
+
|
|
|
+config S5P_SLEEP
|
|
|
+ bool
|
|
|
+ help
|
|
|
+ Internal config node to apply common S5P sleep management code.
|
|
|
+ Can be selected by S5P and newer SoCs with similar sleep procedure.
|
|
|
+
|
|
|
comment "Power Domain"
|
|
|
|
|
|
config SAMSUNG_PD
|