summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.block
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-09-02 20:06:55 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-09-02 20:06:55 +0200
commite9b52dbc4bb9e531c15fa442121288de98c0904f (patch)
tree0f67d8dd89c0d49f8897b42b5e058b59ce89c0ec /target/linux/config/Config.in.block
parent56ececf52f92d6357e42042ada6bb13935e3f68c (diff)
make rescue for x86_64 usable as PXE netboot image
A kernel with initramfs piggyback can be used to boot via PXE, even when the network driver will be loaded later. My shuttle seems to be really fresh, no boot of Debian/lenny or newer was possible. Add some drivers I need for my shuttle. Use LZMA-compression for kernel and initramfs. Fix some lvm tool dependencies meanwhile..
Diffstat (limited to 'target/linux/config/Config.in.block')
-rw-r--r--target/linux/config/Config.in.block14
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.block b/target/linux/config/Config.in.block
index 15c3f27d6..15b8f7d49 100644
--- a/target/linux/config/Config.in.block
+++ b/target/linux/config/Config.in.block
@@ -49,6 +49,20 @@ config ADK_KERNEL_BLK_DEV_DM
boolean
default n
+config ADK_KERNEL_ATA
+ boolean
+ 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
+ default n
+ help
+ Enables support for AHCI Serial ATA.
+
#config ADK_KERNEL_IDE
# boolean
# default n