Skip to content

Commit dff4021

Browse files
Maciej W. RozyckiLeon Alrae
Maciej W. Rozycki
authored and
Leon Alrae
committed
mips: Remove CONFIG_VT82C686 from non-Fulong configs
Fix the regression introduced with commit 47934d0 [hw: move ISA bridges and devices to hw/isa/, configure with default-configs/], by removing CONFIG_VT82C686 from configurations that previously did not enable it. That southbridge is only available on Fulong platforms (CONFIG_FULONG) that are exclusively little-endian, 64-bit MIPS. Previously vt82c686.o was pulled explicitly with obj-$(CONFIG_FULONG). Signed-off-by: Maciej W. Rozycki <[email protected]> Reviewed-by: Leon Alrae <[email protected]> Signed-off-by: Leon Alrae <[email protected]>
1 parent 6e76d12 commit dff4021

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

default-configs/mips-softmmu.mak

-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,5 @@ CONFIG_G364FB=y
3232
CONFIG_I8259=y
3333
CONFIG_JAZZ_LED=y
3434
CONFIG_MC146818RTC=y
35-
CONFIG_VT82C686=y
3635
CONFIG_ISA_TESTDEV=y
3736
CONFIG_EMPTY_SLOT=y

default-configs/mips64-softmmu.mak

-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,5 @@ CONFIG_G364FB=y
3232
CONFIG_I8259=y
3333
CONFIG_JAZZ_LED=y
3434
CONFIG_MC146818RTC=y
35-
CONFIG_VT82C686=y
3635
CONFIG_ISA_TESTDEV=y
3736
CONFIG_EMPTY_SLOT=y

default-configs/mipsel-softmmu.mak

-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,5 @@ CONFIG_G364FB=y
3232
CONFIG_I8259=y
3333
CONFIG_JAZZ_LED=y
3434
CONFIG_MC146818RTC=y
35-
CONFIG_VT82C686=y
3635
CONFIG_ISA_TESTDEV=y
3736
CONFIG_EMPTY_SLOT=y

0 commit comments

Comments
 (0)