summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.pm
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-10-11 18:11:54 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-10-11 18:11:54 +0200
commit8c0b9f4e09abf2f748b6badcc9f3fc5e390b8caf (patch)
tree83420120e78310c163cd91dd657ee8317de216dc /target/linux/config/Config.in.pm
parent30a061f9d1df2eb231cb6ece51406ec24a418dda (diff)
style changes, boolean -> bool, no prompt where not strictly required
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