summaryrefslogtreecommitdiff
path: root/src/southbridge/amd/cimx/sb800/Kconfig
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2013-03-12 12:41:40 +0100
committerMarc Jones <marc.jones@se-eng.com>2013-03-12 22:52:44 +0100
commitee5c111755ac4acc6dfb6e10a4e271211e149a39 (patch)
tree42953fa19ed122a3f1dea7fe11a9f52bf7515d02 /src/southbridge/amd/cimx/sb800/Kconfig
parent5021209f5a94e862c6b2915e4e6993b4931364fe (diff)
downloadcoreboot-ee5c111755ac4acc6dfb6e10a4e271211e149a39.tar.xz
AMD CIMx SB800: Enable AHCI mode for SATA controller by default
The current default is IDE mode which is slower compared to AHCI mode. Therefore use AHCI mode by default. A similar change was made for AMD Persimmon in commit »Enable SATA AHCI for faster boot with SeaBIOS.« (96be74c7) [1] but was indirectly reverted by »sb800: Add sata ahci/raid mode kconfig option« (d4a0e7d0) [2]. [1] http://review.coreboot.org/220 [2] http://review.coreboot.org/225 Change-Id: I4fa31b0a3280891e7a3f37675ae8415205818947 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/2661 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/southbridge/amd/cimx/sb800/Kconfig')
-rw-r--r--src/southbridge/amd/cimx/sb800/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/cimx/sb800/Kconfig b/src/southbridge/amd/cimx/sb800/Kconfig
index 2c9ab18895..53fad3cf22 100644
--- a/src/southbridge/amd/cimx/sb800/Kconfig
+++ b/src/southbridge/amd/cimx/sb800/Kconfig
@@ -46,7 +46,7 @@ config IDE_COMBINED_MODE
choice
prompt "SATA Mode"
- default SB800_SATA_IDE
+ default SB800_SATA_AHCI
help
Select the mode in which SATA should be driven. NATIVE AHCI, or RAID.
The default is NATIVE.