summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.block
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-09-10 12:25:58 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-09-10 12:25:58 +0200
commit4c8e9488814c0add98a02776499999e4e23bf507 (patch)
treea5f3280dba6eaa457e78e4c0ef69415a0195d703 /target/linux/config/Config.in.block
parenta481c461a4a7dae7440b9de3145ecb5b87206b3a (diff)
finally boot shuttle from raid1 root
you need to set hard disk partition types to type fd. I added a grub binary package, because grub does not allow to be cross-compiled from x86_64 for example without using a multilib gcc, which we do not support.
Diffstat (limited to 'target/linux/config/Config.in.block')
-rw-r--r--target/linux/config/Config.in.block24
1 files changed, 24 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.block b/target/linux/config/Config.in.block
index 15b8f7d49..cd4781b15 100644
--- a/target/linux/config/Config.in.block
+++ b/target/linux/config/Config.in.block
@@ -53,12 +53,20 @@ config ADK_KERNEL_ATA
boolean
default n
+config ADK_KERNEL_SATA_AHCI
+ tristate
+ select ADK_KERNEL_BLOCK
+ select ADK_KERNEL_ATA
+ select ADK_KERNEL_BLK_DEV_SD
+ default n
+
config ADK_KPACKAGE_KMOD_SATA_AHCI
prompt "kmod-sata-ahci.................... AHCI SATA driver"
tristate
select ADK_KERNEL_BLOCK
select ADK_KERNEL_ATA
select ADK_KPACKAGE_KMOD_BLK_DEV_SD
+ depends on !ADK_KERNEL_SATA_AHCI
default n
help
Enables support for AHCI Serial ATA.
@@ -202,18 +210,34 @@ config ADK_KPACKAGE_KMOD_BLK_DEV_SR
<http://www.tldp.org/docs.html#howto>. Also make sure to say
Y or M to "ISO 9660 CD-ROM file system support" later.
+config ADK_KERNEL_BLK_DEV_MD
+ tristate
+ select ADK_KERNEL_MD
+ default n
+
config ADK_KPACKAGE_KMOD_BLK_DEV_MD
prompt "kmod-md........................... RAID support"
tristate
+ depends on !ADK_KERNEL_BLK_DEV_MD
select ADK_KERNEL_MD
help
+config ADK_KERNEL_MD_RAID0
+ tristate
+ depends on ADK_KERNEL_BLK_DEV_MD
+ help
+
config ADK_KPACKAGE_KMOD_MD_RAID0
prompt "kmod-md-raid0..................... RAID0 support"
tristate
depends on ADK_KPACKAGE_KMOD_BLK_DEV_MD
help
+config ADK_KERNEL_MD_RAID1
+ tristate
+ depends on ADK_KERNEL_BLK_DEV_MD
+ help
+
config ADK_KPACKAGE_KMOD_MD_RAID1
prompt "kmod-md-raid1..................... RAID1 support"
tristate