From: Gerd Hoffmann Date: Thu, 4 Aug 2011 18:42:16 +0000 (+0200) Subject: ahci: enable by default X-Git-Tag: rel-1.6.3~11 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ceb8ed4ef2e45cc5cc2525aeebd255838f656b69;p=people%2Fandrewcoop%2Fseabios.git 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 --- 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