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>
85 lines
985 B
Text
85 lines
985 B
Text
config ESCC
|
|
bool
|
|
|
|
config HTIF
|
|
bool
|
|
|
|
config PARALLEL
|
|
bool
|
|
default y
|
|
depends on ISA_BUS
|
|
|
|
config PL011
|
|
bool
|
|
|
|
config SERIAL
|
|
bool
|
|
|
|
config SERIAL_ISA
|
|
bool
|
|
default y
|
|
depends on ISA_BUS
|
|
select SERIAL
|
|
|
|
config SERIAL_MM
|
|
bool
|
|
select SERIAL
|
|
|
|
config SERIAL_PCI
|
|
bool
|
|
default y if PCI_DEVICES
|
|
depends on PCI
|
|
select SERIAL
|
|
|
|
config SERIAL_PCI_MULTI
|
|
bool
|
|
default y if PCI_DEVICES
|
|
depends on PCI
|
|
select SERIAL
|
|
|
|
config VIRTIO_SERIAL
|
|
bool
|
|
default y
|
|
depends on VIRTIO
|
|
|
|
config STM32F2XX_USART
|
|
bool
|
|
|
|
config STM32L4X5_USART
|
|
bool
|
|
|
|
config CMSDK_APB_UART
|
|
bool
|
|
|
|
config SCLPCONSOLE
|
|
bool
|
|
|
|
config TERMINAL3270
|
|
bool
|
|
|
|
config SH_SCI
|
|
bool
|
|
|
|
config RENESAS_SCI
|
|
bool
|
|
|
|
config AVR_USART
|
|
bool
|
|
|
|
config MCHP_PFSOC_MMUART
|
|
bool
|
|
select SERIAL
|
|
|
|
config SIFIVE_UART
|
|
bool
|
|
|
|
config GOLDFISH_TTY
|
|
bool
|
|
|
|
config SHAKTI_UART
|
|
bool
|
|
|
|
config IP_OCTAL_232
|
|
bool
|
|
default y
|
|
depends on IPACK
|