summaryrefslogtreecommitdiff
path: root/target/linux/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-10-17 14:52:11 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-10-17 14:52:11 +0200
commit292a4a63f5b7920125ccab50e4924666e7883ee6 (patch)
tree51c0ec9239fa949d27a8ff551cff94d3809bbc25 /target/linux/config
parent3685f128a8f28f26463ebc1ef40180c25c3d40ef (diff)
add ocf patch again and make swap option visible
Diffstat (limited to 'target/linux/config')
-rw-r--r--target/linux/config/Config.in.block9
1 files changed, 7 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.block b/target/linux/config/Config.in.block
index 871c222c3..ce526441b 100644
--- a/target/linux/config/Config.in.block
+++ b/target/linux/config/Config.in.block
@@ -4,8 +4,6 @@ config ADK_KERNEL_BLOCK
config ADK_KERNEL_MD
boolean
-config ADK_KERNEL_SWAP
- boolean
config ADK_KERNEL_LBD
boolean
@@ -312,6 +310,7 @@ config ADK_KPACKAGE_KMOD_MD_RAID0
prompt "kmod-md-raid0..................... RAID0 support (module)"
tristate
depends on ADK_KPACKAGE_KMOD_BLK_DEV_MD
+ depends on !ADK_KERNEL_MD_RAID0
help
config ADK_KERNEL_MD_RAID1
@@ -387,5 +386,11 @@ config ADK_KPACKAGE_KMOD_BLK_DEV_DRBD
depends on !ADK_TARGET_SYSTEM_FOXBOARD_LX
help
DRBD - http://www.drbd.org
+
+config ADK_KERNEL_SWAP
+ prompt "swap.............................. SWAP support"
+ boolean
+ help
+ Kernel swap support.
endmenu