diff options
Diffstat (limited to 'target/linux/config/Config.in.serial')
-rw-r--r-- | target/linux/config/Config.in.serial | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.serial b/target/linux/config/Config.in.serial index d4273607f..c6fa0c6e1 100644 --- a/target/linux/config/Config.in.serial +++ b/target/linux/config/Config.in.serial @@ -76,6 +76,9 @@ config ADK_LINUX_KERNEL_SERIAL_BFIN_UART1 config ADK_LINUX_KERNEL_SERIAL_8250_INGENIC bool +config ADK_LINUX_KERNEL_SERIAL_MILKYMIST_CONSOLE + bool + config ADK_LINUX_KERNEL_SERIAL_BFIN bool "BFIN serial driver" select ADK_LINUX_KERNEL_SERIAL_BFIN_CONSOLE @@ -328,4 +331,13 @@ config ADK_LINUX_KERNEL_BOARD_GRASSHOPPER_USART0 help Enable second USART on Grasshoper boards +config ADK_LINUX_KERNEL_SERIAL_MILKYMIST + bool "Enable UART0 on Milkymist" + select ADK_LINUX_KERNEL_SERIAL_MILKYMIST_CONSOLE + depends on ADK_TARGET_SYSTEM_QEMU_LM32 + default y if ADK_TARGET_SYSTEM_QEMU_LM32 + default n + help + Enable second USART on Grasshoper boards + endmenu |