mirror of
https://github.com/qemu/qemu.git
synced 2025-07-30 16:37:00 +00:00

The MC146818 sits on an ISA bus. Since it can not be used
without it, select ISA in the Kconfig.
Fixes: 82f5181777
("kconfig: introduce kconfig files", 2019-03-07)
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20191224111628.3551-1-philmd@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
25 lines
256 B
Plaintext
25 lines
256 B
Plaintext
config DS1338
|
|
bool
|
|
depends on I2C
|
|
|
|
config M41T80
|
|
bool
|
|
depends on I2C
|
|
|
|
config M48T59
|
|
bool
|
|
|
|
config PL031
|
|
bool
|
|
|
|
config TWL92230
|
|
bool
|
|
depends on I2C
|
|
|
|
config MC146818RTC
|
|
depends on ISA_BUS
|
|
bool
|
|
|
|
config SUN4V_RTC
|
|
bool
|