Skip to content

Commit

Permalink
hw/isa/vt82c686: Add missing Kconfig dependencies (build error)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
philmd committed Jul 20, 2021
1 parent d2c7c18 commit 16c67ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hw/isa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ config VT82C686
select FDC_ISA
select USB_UHCI
select APM
select I8257
select I8259
select MC146818RTC

config SMC37C669
bool
Expand Down

0 comments on commit 16c67ca

Please sign in to comment.