From 8c0b9f4e09abf2f748b6badcc9f3fc5e390b8caf Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 11 Oct 2015 18:11:54 +0200 Subject: style changes, boolean -> bool, no prompt where not strictly required --- target/linux/config/Config.in.pm | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'target/linux/config/Config.in.pm') 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 -- cgit v1.2.3