aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2011-08-04 20:42:16 +0200
committerKevin O'Connor <kevin@koconnor.net>2011-08-06 14:11:12 -0400
commitceb8ed4ef2e45cc5cc2525aeebd255838f656b69 (patch)
treed561d99103d9a82eb505004ad20da7818be3aa6e
parentef8adc0220b6072289ac4640b168acfccaf19867 (diff)
downloadseabios-ceb8ed4ef2e45cc5cc2525aeebd255838f656b69.zip
seabios-ceb8ed4ef2e45cc5cc2525aeebd255838f656b69.tar.gz
seabios-ceb8ed4ef2e45cc5cc2525aeebd255838f656b69.tar.bz2
ahci: enable by default
Lack of real hardware testing was the main reason to turn it off by default. The AHCI has been fixed to work on both qemu and real hardware, so lets flip the switch now. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
-rw-r--r--src/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 81acc1c..338f51a 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -104,7 +104,7 @@ menu "Hardware support"
config AHCI
depends on DRIVES
bool "AHCI controllers"
- default n
+ default y
help
Support for AHCI disk code.
config VIRTIO_BLK