AMD CIMx SB800: Update Kconfig help texts to new SATA mode default
In the following commit
commit ee5c111755
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>
This commit is contained in:
parent
be2c6340b3
commit
bae3f06245
|
@ -49,17 +49,17 @@ choice
|
||||||
default SB800_SATA_AHCI
|
default SB800_SATA_AHCI
|
||||||
help
|
help
|
||||||
Select the mode in which SATA should be driven. NATIVE AHCI, or RAID.
|
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
|
config SB800_SATA_IDE
|
||||||
bool "NATIVE"
|
bool "NATIVE"
|
||||||
help
|
help
|
||||||
NATIVE is the default mode and does not require a ROM.
|
NATIVE does not require a ROM.
|
||||||
|
|
||||||
config SB800_SATA_AHCI
|
config SB800_SATA_AHCI
|
||||||
bool "AHCI"
|
bool "AHCI"
|
||||||
help
|
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.
|
For example, seabios does not require the AHCI ROM.
|
||||||
|
|
||||||
config SB800_SATA_RAID
|
config SB800_SATA_RAID
|
||||||
|
|
Loading…
Reference in New Issue