mb/amd/mandolin/Kconfig: update help text for AMD_LPC_DEBUG_CARD
The existing help text wasn't updated for Mandolin after it was copied from an older reference board and contained some information that doesn't apply to Mandolin. Change-Id: Ib34abb2ee8b289df5f7085957042fe00ad506ca9 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47481 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jason Glenesk <jason.glenesk@gmail.com> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
parent
c0de584320
commit
88c16f6ee7
1 changed files with 4 additions and 4 deletions
|
@ -24,10 +24,10 @@ config AMD_LPC_DEBUG_CARD
|
|||
select PICASSO_LPC_IOMUX
|
||||
select SUPERIO_SMSC_SIO1036
|
||||
help
|
||||
AMD's debug card contains an SMSC SIO1036 device which provides
|
||||
an I/O-based UART in the system. This feature is not compatible with
|
||||
CONFIG_HUDSON_UART enabling the memory-mapped UART in the chipset.
|
||||
Note that Kconfig does not currently enforce this restriction.
|
||||
AMD's debug card contains an SMSC SIO1036 device which provides an
|
||||
I/O-mapped UART in the system. This is mutually exclusive with
|
||||
PICASSO_CONSOLE_UART which selects the SoC's integrated memory-mapped
|
||||
UART for coreboot console output.
|
||||
|
||||
config CBFS_SIZE
|
||||
hex
|
||||
|
|
Loading…
Reference in a new issue