summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.block
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-08-20 20:42:19 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-08-20 20:42:19 +0200
commitd07acf5eacf62cd8b5495f12e3b37427050270c9 (patch)
treea0f4d7869e37ede1ca386ac428c75bf4b34d80f4 /target/linux/config/Config.in.block
parent70c44baa23fbf86a888f6f37a75bca10a631a01c (diff)
parent4a0a9fe7fee9d7032adc62e244a23d37013816e3 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/config/Config.in.block')
-rw-r--r--target/linux/config/Config.in.block14
1 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/config/Config.in.block b/target/linux/config/Config.in.block
index 1c9f0aa49..5ceacf608 100644
--- a/target/linux/config/Config.in.block
+++ b/target/linux/config/Config.in.block
@@ -157,8 +157,8 @@ config ADK_KPACKAGE_KMOD_SCSI
config ADK_KPACKAGE_KMOD_BLK_DEV_SD
prompt "kmod-scsi-disk.................... SCSI disk support"
- depends !ADK_KERNEL_SCSI
- depends ADK_KPACKAGE_KMOD_SCSI
+ depends on !ADK_KERNEL_SCSI
+ depends on ADK_KPACKAGE_KMOD_SCSI
tristate
help
If you want to use SCSI hard disks, Fibre Channel disks,
@@ -170,8 +170,8 @@ config ADK_KPACKAGE_KMOD_BLK_DEV_SD
config ADK_KPACKAGE_KMOD_BLK_DEV_SR
prompt "kmod-scsi-cdrom................... SCSI CDROM support"
- depends !ADK_KERNEL_SCSI
- depends ADK_KPACKAGE_KMOD_SCSI
+ depends on !ADK_KERNEL_SCSI
+ depends on ADK_KPACKAGE_KMOD_SCSI
tristate
help
If you want to use a SCSI or FireWire CD-ROM under Linux,
@@ -188,19 +188,19 @@ config ADK_KPACKAGE_KMOD_BLK_DEV_MD
config ADK_KPACKAGE_KMOD_MD_RAID0
prompt "kmod-md-raid0..................... RAID0 support"
tristate
- depends ADK_KPACKAGE_KMOD_BLK_DEV_MD
+ depends on ADK_KPACKAGE_KMOD_BLK_DEV_MD
help
config ADK_KPACKAGE_KMOD_MD_RAID1
prompt "kmod-md-raid1..................... RAID1 support"
tristate
- depends ADK_KPACKAGE_KMOD_BLK_DEV_MD
+ depends on ADK_KPACKAGE_KMOD_BLK_DEV_MD
help
config ADK_KPACKAGE_KMOD_MD_RAID456
prompt "kmod-md-raid456................... RAID456 support"
tristate
- depends ADK_KPACKAGE_KMOD_BLK_DEV_MD
+ depends on ADK_KPACKAGE_KMOD_BLK_DEV_MD
help
config ADK_KPACKAGE_KMOD_BLK_DEV_DM