mirror of
https://github.com/qemu/qemu.git
synced 2025-08-15 22:31:15 +00:00

Split IPACK Kconfig key as {IPACK, TPCI200, IP_OCTAL_232} - IPack is a bus - TPCI200 is a PCI device providing an IPack bus - IP-Octal232 is an IPack device plugged on an IPack bus Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Acked-by: Fabiano Rosas <farosas@suse.de> Message-Id: <20250121155526.29982-3-philmd@linaro.org>
9 lines
113 B
Plaintext
9 lines
113 B
Plaintext
config IPACK
|
|
bool
|
|
|
|
config TPCI200
|
|
bool
|
|
select IPACK
|
|
default y if PCI_DEVICES
|
|
depends on PCI
|