qemu-patch-raspberry4/hw/audio/Kconfig
Paolo Bonzini 1550b0e6bf i2c: express dependencies with Kconfig
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Yang Zhong <yang.zhong@intel.com>
Acked-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20190123065618.3520-38-yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-03-07 21:45:53 +01:00

53 lines
630 B
Plaintext

config SB16
bool
default y
depends on ISA_BUS
config ES1370
bool
default y if PCI_DEVICES
depends on PCI
config AC97
bool
default y if PCI_DEVICES
depends on PCI
config ADLIB
bool
default y
depends on ISA_BUS
config GUS
bool
default y
depends on ISA_BUS
config CS4231A
bool
default y
depends on ISA_BUS
config HDA
bool
default y if PCI_DEVICES
depends on PCI
config PCSPK
bool
default y
depends on I8254
config WM8750
bool
depends on I2C
config PL041
bool
config CS4231
bool
config MARVELL_88W8618
bool