| # Amlogic driver configuration |
| tristate "Serial support" |
| Add support for the Amlogic serial port. |
| this config only ctrl in makefile |
| this config do not in meson_uart.c |
| config AMLOGIC_SERIAL_MESON_CONSOLE |
| bool "Console on Amlogic Serial port" |
| select SERIAL_CORE_CONSOLE |
| Support for running a console on the Amlogic serial |
| config AMLOGIC_PRINTK_NOBLOCK_MODE |
| bool "printk with no block" |
| select AMLOGIC_SERIAL_MESON_CONSOLE |
| push tx data to internal buffer first |
| default size of internal buffer is 128K |
| when enabled, new_printk_enabled=1 |