f482396625
These Kconfig files had help text that was not indented further than the 'help' keyword. Change-Id: Ia9fdb22c0f5f0cec0c9d08aa6603b4ce8d60d9a3 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/19850 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
7 lines
189 B
Text
7 lines
189 B
Text
config DRIVERS_SIL_3114
|
|
bool "Silicon Image SIL3114"
|
|
default n
|
|
depends on PCI
|
|
help
|
|
It sets PCI class to IDE compatible native mode, allowing
|
|
SeaBIOS, FILO etc... to boot from it.
|