--- zzzz-none-000/linux-2.6.39.4/drivers/tty/serial/Kconfig 2011-08-03 19:43:28.000000000 +0000 +++ puma6-arm-6490-729/linux-2.6.39.4/drivers/tty/serial/Kconfig 2021-11-10 13:23:10.000000000 +0000 @@ -37,6 +37,14 @@ Most people will say Y or M here, so that they can use serial mice, modems and similar devices connecting to the standard serial ports. +config GEN3_UART + bool "Intel Media SOC Gen3 UART support" + depends on SERIAL_8250 && ARCH_GEN3 + default y + help + This option enables Intel Media SOC Gen3 UART support. + + config SERIAL_8250_CONSOLE bool "Console on 8250/16550 and compatible serial port" depends on SERIAL_8250=y @@ -70,6 +78,16 @@ If unsure, say N. +config SERIAL_8250_CONSOLE_MUTE + bool "Mute console on 8250/16550 and compatible serial port" + depends on SERIAL_8250=y && SERIAL_8250_CONSOLE=y + ---help--- + If you say Y here, the serial console on 8250/16550 will discard any + input and output unless the it is explicitely enabled on the kernel + command line with "mute=0". + + If unsure, say N. + config FIX_EARLYCON_MEM bool depends on X86