diff options
Diffstat (limited to 'hw/audio')
-rw-r--r-- | hw/audio/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/audio/Kconfig b/hw/audio/Kconfig index 207baee..aa5c82b 100644 --- a/hw/audio/Kconfig +++ b/hw/audio/Kconfig @@ -3,9 +3,13 @@ config SB16 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 @@ -18,6 +22,8 @@ config CS4231A config HDA bool + default y if PCI_DEVICES + depends on PCI config PCSPK bool |