--- zzzz-none-000/linux-2.6.28.10/drivers/serial/Kconfig 2009-05-02 18:54:43.000000000 +0000 +++ puma5-6360-529/linux-2.6.28.10/drivers/serial/Kconfig 2010-12-09 12:01:20.000000000 +0000 @@ -126,6 +126,13 @@ PCI enumeration and any ports that may be added at run-time via hot-plug, or any ISA multi-port serial cards. +config SERIAL_8250_CONSOLE_UART + int "Console-UART 8250/16550 serial ports" + depends on SERIAL_8250 + default "0" + help + Set the UART for default console + config SERIAL_8250_RUNTIME_UARTS int "Number of 8250/16550 serial ports to register at runtime" depends on SERIAL_8250 @@ -1294,6 +1301,14 @@ If you have enabled the serial port on the Hilscher NetX SoC you can make it the console by answering Y to this option. + + + +if LANTIQ +#IFX plaform specific +source "drivers/serial/Kconfig.ifx" +endif + config SERIAL_OF_PLATFORM tristate "Serial port on Open Firmware platform bus" depends on PPC_OF @@ -1372,4 +1387,33 @@ default 19200 if (SERIAL_SPORT_BAUD_RATE_19200) default 9600 if (SERIAL_SPORT_BAUD_RATE_9600) +config SERIAL_AVM_ASC + bool "UART AVM IFX ASC" + depends on VR9 || AR9 + 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 + +config SERIAL_AVM_8250 + bool "UART AVM 8250" + select SERIAL_CORE + default n + help + AVM Trebier fuer 16550A-Chips, er ersetzt den komplexen SERIAL_8250 Treiber + +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_8250_CONSOLE_MUTE + bool "AVM 8250 Serial Console MUTE" + depends on SERIAL_AVM_8250_CONSOLE + default n endmenu