From 8afcd1092f3dc822aa255685b98c815eb3642819 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 9 Oct 2019 17:13:05 +0200 Subject: lm32: try to build kernel for qemu --- target/linux/config/Config.in.serial | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'target/linux/config') 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 -- cgit v1.2.3