diff options
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.block | 4 | ||||
-rw-r--r-- | target/linux/config/Config.in.pm | 16 |
2 files changed, 16 insertions, 4 deletions
diff --git a/target/linux/config/Config.in.block b/target/linux/config/Config.in.block index e9e735fe3..7e7d6cd9c 100644 --- a/target/linux/config/Config.in.block +++ b/target/linux/config/Config.in.block @@ -270,7 +270,7 @@ config ADK_KERNEL_BLK_DEV_MD default n config ADK_KPACKAGE_KMOD_BLK_DEV_MD - prompt "kmod-md........................... RAID support" + prompt "kmod-blk-dev-md................... RAID support" tristate depends on !ADK_KERNEL_BLK_DEV_MD select ADK_KERNEL_MD @@ -307,7 +307,7 @@ config ADK_KPACKAGE_KMOD_MD_RAID456 help config ADK_KPACKAGE_KMOD_BLK_DEV_DM - prompt "kmod-dm........................... Device Mapper support" + prompt "kmod-blk-dev-dm................... Device Mapper support" select ADK_KERNEL_MD depends on !ADK_KERNEL_BLK_DEV_DM depends on !ADK_TARGET_SYSTEM_FOXBOARD_LX832 diff --git a/target/linux/config/Config.in.pm b/target/linux/config/Config.in.pm index 0c59194a9..5ffd8aca9 100644 --- a/target/linux/config/Config.in.pm +++ b/target/linux/config/Config.in.pm @@ -43,13 +43,25 @@ config ADK_HARDWARE_ACPI Enable ACPI support. config ADK_KERNEL_SUSPEND - prompt "Enable Suspend support" + prompt "Enable Suspend-to-RAM support" boolean select ADK_KERNEL_PM default y if ADK_TARGET_SYSTEM_IBM_X40 default y if ADK_NATIVE_SYSTEM_IBM_X40 default n help - Enable Suspend-to-RAM and Suspend-to-Disk support. + Enable Suspend-to-RAM support. + +config ADK_KERNEL_HIBERNATION + prompt "Enable Suspend-to-Disk support" + boolean + select ADK_KERNEL_PM + select ADK_KERNEL_SWAP + select BUSYBOX_SWAPONOFF + default y if ADK_TARGET_SYSTEM_IBM_X40 + default y if ADK_NATIVE_SYSTEM_IBM_X40 + default n + help + Enable Suspend-to-Disk support. endmenu |