ahci: enable by default
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 4 Aug 2011 18:42:16 +0000 (20:42 +0200)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 6 Aug 2011 18:11:12 +0000 (14:11 -0400)
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>
src/Kconfig

index 81acc1c96ed5a5664b3e79979479320e6033597d..338f51a68f19d353c0d839761d7d1e8731a41616 100644 (file)
@@ -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