OSDN Git Service

hw/isa/vt82c686: Add missing Kconfig dependencies (build error)
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 14 May 2021 09:50:03 +0000 (11:50 +0200)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 20 Jul 2021 18:10:20 +0000 (20:10 +0200)
commit16c67cae843d29ac29cf632b47bc1f961a90b1e5
tree186935162590390783410202a799a7877c70a02b
parentd2c7c18cc7f3ce6c1ac54d02e11d7bb7df9b913b
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é <f4bug@amsat.org>
Reviewed-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Message-Id: <20210515173716.358295-11-philmd@redhat.com>
hw/isa/Kconfig