--- zzzz-none-000/linux-4.4.271/drivers/tty/serial/Kconfig 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/drivers/tty/serial/Kconfig 2023-04-19 10:22:29.000000000 +0000 @@ -1629,7 +1629,47 @@ bool "Support for console on STM32" depends on SERIAL_STM32=y select SERIAL_CORE_CONSOLE + +config SERIAL_AVM + bool "AVM Serial Driver environment" + default y +config SERIAL_AVM_8250 + bool "UART AVM 8250" + depends on SERIAL_AVM + select SERIAL_CORE + default n + +config SERIAL_AVM_8250_CONSOLE + bool "AVM 8250 Serial Console Support" + depends on SERIAL_AVM_8250 + default n + select SERIAL_CORE_CONSOLE + +config SERIAL_AVM_ATH_HI + bool "UART AVM Atheros Highspeed UART" + depends on SERIAL_AVM + select SERIAL_CORE + default n + +config SERIAL_AVM_ATH_HI_CONSOLE + bool "UART AVM Atheros Highspeed UART - Console Support" + depends on SERIAL_AVM_ATH_HI && !SERIAL_AVM_8250_CONSOLE + default n + select SERIAL_CORE_CONSOLE + +config SERIAL_AVM_ASC + bool "UART AVM IFX ASC" + depends on SERIAL_AVM && LANTIQ + select SERIAL_CORE + default n + +config SERIAL_AVM_ASC_CONSOLE + bool "AVM ASC Serial Console Support" + depends on SERIAL_AVM_ASC + default n + select SERIAL_CORE_CONSOLE + endmenu config SERIAL_MCTRL_GPIO