asus/f2a85-m: Configure Hudson to be legacy-free
Change-Id: I67271f2a209fc96eea6181f8875a5e69cf98d8c4 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: https://review.coreboot.org/13511 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
96a598b6c9
commit
0d473512c7
|
@ -74,6 +74,14 @@ config HW_MEM_HOLE_SIZE_AUTO_INC
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config HUDSON_XHCI_FWM
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
|
config HUDSON_IMC_FWM
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
config IRQ_SLOT_COUNT
|
config IRQ_SLOT_COUNT
|
||||||
int
|
int
|
||||||
default 11
|
default 11
|
||||||
|
@ -86,4 +94,12 @@ config VGA_BIOS_ID
|
||||||
string
|
string
|
||||||
default "1002,9993"
|
default "1002,9993"
|
||||||
|
|
||||||
|
config HUDSON_LEGACY_FREE
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
|
||||||
|
config POST_IO
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
endif # BOARD_ASUS_F2A85_M
|
endif # BOARD_ASUS_F2A85_M
|
||||||
|
|
Loading…
Reference in New Issue