usbdebug: Fix AMD cimx/sb700 cimx/sb800
These Kconfig entries were forgotten from the commit that re-enabled usbdebug for these southbridges. Change-Id: Ia17f1dd3340408da7c033c2c949404d2636bed44 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/3849 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc.jones@se-eng.com>
This commit is contained in:
parent
fd98c65b9d
commit
a9bbdd39e4
|
@ -49,6 +49,15 @@ config ACPI_SCI_IRQ
|
|||
default 0x9
|
||||
help
|
||||
Set SCI IRQ to 9.
|
||||
|
||||
config EHCI_BAR
|
||||
hex
|
||||
default 0xfef00000
|
||||
|
||||
config EHCI_DEBUG_OFFSET
|
||||
hex
|
||||
default 0xe0
|
||||
|
||||
config BOOTBLOCK_SOUTHBRIDGE_INIT
|
||||
string
|
||||
default "southbridge/amd/cimx/sb700/bootblock.c"
|
||||
|
|
|
@ -205,6 +205,14 @@ config SB800_FWM_POSITION
|
|||
|
||||
endif #SB800_IMC_FWM
|
||||
|
||||
config EHCI_BAR
|
||||
hex
|
||||
default 0xfef00000
|
||||
|
||||
config EHCI_DEBUG_OFFSET
|
||||
hex
|
||||
default 0xe0
|
||||
|
||||
choice
|
||||
prompt "Fan Control"
|
||||
default SB800_NO_FAN_CONTROL
|
||||
|
|
Loading…
Reference in New Issue