summaryrefslogtreecommitdiff
path: root/target/linux
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-10-09 17:13:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-10-09 17:13:31 +0200
commit8afcd1092f3dc822aa255685b98c815eb3642819 (patch)
tree410423cf73a0e254e024e9624859ba4b9eb80365 /target/linux
parent23650e556bd8eb37a0094ab7973603a1499ac8de (diff)
lm32: try to build kernel for qemu
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/Config.in.kernelversion2
-rw-r--r--target/linux/config/Config.in.serial12
2 files changed, 13 insertions, 1 deletions
diff --git a/target/linux/Config.in.kernelversion b/target/linux/Config.in.kernelversion
index 50805862f..6bb812b40 100644
--- a/target/linux/Config.in.kernelversion
+++ b/target/linux/Config.in.kernelversion
@@ -27,7 +27,6 @@ default ADK_TARGET_LINUX_KERNEL_VERSION_4_19
config ADK_TARGET_LINUX_KERNEL_VERSION_GIT
bool "git"
- select ADK_TARGET_LINUX_KERNEL_NEW
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_BFIN
depends on !ADK_TARGET_ARCH_FRV
@@ -256,6 +255,7 @@ config ADK_TARGET_LINUX_KERNEL_GIT_VER
default "4.4.52" if ADK_TARGET_SYSTEM_PHYTEC_WEGA
default "2.6.33" if ADK_TARGET_SYSTEM_KINETIS_K70
default "3.14.79" if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
+ default "3.1.0" if ADK_TARGET_SYSTEM_QEMU_LM32
config ADK_TARGET_LINUX_KERNEL_GIT_TYPE
string
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