Skip to content

Commit 16c67ca

Browse files
committed
hw/isa/vt82c686: Add missing Kconfig dependencies (build error)
The VT82C686 device model misses various dependencies: /usr/bin/ld: libcommon.fa.p/hw_isa_vt82c686.c.o: in function `vt82c686b_realize': hw/isa/vt82c686.c:622: undefined reference to `i8259_init' /usr/bin/ld: hw/isa/vt82c686.c:624: undefined reference to `i8257_dma_init' /usr/bin/ld: hw/isa/vt82c686.c:627: undefined reference to `mc146818_rtc_init' Add them. Signed-off-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: BALATON Zoltan <[email protected]> Reviewed-by: Bin Meng <[email protected]> Message-Id: <[email protected]>
1 parent d2c7c18 commit 16c67ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hw/isa/Kconfig

+3
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ config VT82C686
5050
select FDC_ISA
5151
select USB_UHCI
5252
select APM
53+
select I8257
54+
select I8259
55+
select MC146818RTC
5356

5457
config SMC37C669
5558
bool

0 commit comments

Comments
 (0)