summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.pm
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/config/Config.in.pm')
-rw-r--r--target/linux/config/Config.in.pm9
1 files changed, 3 insertions, 6 deletions
diff --git a/target/linux/config/Config.in.pm b/target/linux/config/Config.in.pm
index c0a84b645..7ed913fd9 100644
--- a/target/linux/config/Config.in.pm
+++ b/target/linux/config/Config.in.pm
@@ -34,8 +34,7 @@ menu "Power Management support"
depends on ADK_TARGET_WITH_ACPI || ADK_TARGET_SYSTEM_LEMOTE_YEELONG
config ADK_HARDWARE_ACPI
- prompt "Enable ACPI support"
- bool
+ bool "Enable ACPI support"
select ADK_KERNEL_PM
select ADK_KERNEL_PM_RUNTIME
select ADK_KERNEL_ACPI
@@ -52,8 +51,7 @@ config ADK_HARDWARE_ACPI
Enable ACPI support.
config ADK_KERNEL_SUSPEND
- prompt "Enable Suspend-to-RAM support"
- bool
+ bool "Enable Suspend-to-RAM support"
select ADK_KERNEL_PM
select ADK_KERNEL_PM_RUNTIME
default y if ADK_TARGET_SYSTEM_IBM_X40
@@ -63,8 +61,7 @@ config ADK_KERNEL_SUSPEND
Enable Suspend-to-RAM support.
config ADK_KERNEL_HIBERNATION
- prompt "Enable Suspend-to-Disk support"
- bool
+ bool "Enable Suspend-to-Disk support"
select ADK_KERNEL_PM
select ADK_KERNEL_PM_RUNTIME
select ADK_KERNEL_SWAP