diff options
Diffstat (limited to 'recipes-kernel/linux/config/socfpga-4.1-ltsi/cfg/uart.cfg')
-rw-r--r-- | recipes-kernel/linux/config/socfpga-4.1-ltsi/cfg/uart.cfg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-kernel/linux/config/socfpga-4.1-ltsi/cfg/uart.cfg b/recipes-kernel/linux/config/socfpga-4.1-ltsi/cfg/uart.cfg new file mode 100644 index 0000000..6c70182 --- /dev/null +++ b/recipes-kernel/linux/config/socfpga-4.1-ltsi/cfg/uart.cfg @@ -0,0 +1,12 @@ +CONFIG_SERIAL_8250_NR_UARTS=4 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4 +CONFIG_SERIAL_8250_EXTENDED=y +CONFIG_SERIAL_8250_MANY_PORTS=y +# CONFIG_SERIAL_8250_SHARE_IRQ is not set +# CONFIG_SERIAL_8250_DETECT_IRQ is not set +# CONFIG_SERIAL_8250_RSA is not set +CONFIG_SERIAL_ALTERA_UART=y +CONFIG_SERIAL_ALTERA_UART_MAXPORTS=4 +CONFIG_SERIAL_ALTERA_UART_BAUDRATE=115200 +# CONFIG_SERIAL_ALTERA_UART_CONSOLE is not set +CONFIG_SERIAL_OF_PLATFORM=y |