mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 12:23:53 -06:00

The Marvell 88W8618 is a system-on-chip with an ARM core. We implement its audio codecs and network interface. Homogeneous SoC Kconfig are usually defined in the hw/$ARCH directory. Move it there. Suggested-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20220107184429.423572-2-f4bug@amsat.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
49 lines
597 B
Text
49 lines
597 B
Text
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
|