summaryrefslogtreecommitdiff
path: root/src/southbridge/amd/cimx/sb800/Kconfig
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2013-03-28 13:03:38 +0100
committerRonald G. Minnich <rminnich@gmail.com>2013-03-29 21:33:38 +0100
commitbae3f062457cf52da8e06e6abebfb99084411646 (patch)
tree40a22b41f5de23334a4ed2debd56382d43aa3aeb /src/southbridge/amd/cimx/sb800/Kconfig
parentbe2c6340b3ce8e48a40724ef8136eb3c80ef4448 (diff)
downloadcoreboot-bae3f062457cf52da8e06e6abebfb99084411646.tar.xz
AMD CIMx SB800: Update Kconfig help texts to new SATA mode default
In the following commit commit ee5c111755ac4acc6dfb6e10a4e271211e149a39 Author: Paul Menzel <paulepanter@users.sourceforge.net> Date: Tue Mar 12 12:41:40 2013 +0100 AMD CIMx SB800: Enable AHCI mode for SATA controller by default Reviewed-on: http://review.coreboot.org/2661 I forgot to update the help texts to the new SATA mode default. Do so now. Additionally note that help texts for `choice` do not seem to be shown. Change-Id: I17f401633a2136efca2b21a621482e0724ff9f04 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/2936 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/southbridge/amd/cimx/sb800/Kconfig')
-rw-r--r--src/southbridge/amd/cimx/sb800/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/southbridge/amd/cimx/sb800/Kconfig b/src/southbridge/amd/cimx/sb800/Kconfig
index 53fad3cf22..554d8c7009 100644
--- a/src/southbridge/amd/cimx/sb800/Kconfig
+++ b/src/southbridge/amd/cimx/sb800/Kconfig
@@ -49,17 +49,17 @@ choice
default SB800_SATA_AHCI
help
Select the mode in which SATA should be driven. NATIVE AHCI, or RAID.
- The default is NATIVE.
+ The default is AHCI.
config SB800_SATA_IDE
bool "NATIVE"
help
- NATIVE is the default mode and does not require a ROM.
+ NATIVE does not require a ROM.
config SB800_SATA_AHCI
bool "AHCI"
help
- AHCI may work with or without AHCI ROM. It depends on the payload support.
+ AHCI is the default and may work with or without AHCI ROM. It depends on the payload support.
For example, seabios does not require the AHCI ROM.
config SB800_SATA_RAID