diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-03 18:41:26 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-03 18:41:47 -0500 |
commit | 8e636decd8dd783f383ea98d8581f0e64c9e7a34 (patch) | |
tree | feb42d8984dce24ffc930f7c994a94f4cbf8b748 /target/linux/config | |
parent | 8179203e58e6473ee9b9451e7b91709fd08da394 (diff) |
rework serial support for h8300 sim and qemu support
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.serial | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.serial b/target/linux/config/Config.in.serial index a948407e6..a15a9fad3 100644 --- a/target/linux/config/Config.in.serial +++ b/target/linux/config/Config.in.serial @@ -1,5 +1,5 @@ menu "Serial devices support" -depends on ADK_TARGET_WITH_SERIAL || ADK_TARGET_QEMU || ADK_TARGET_VBOX +depends on ADK_TARGET_WITH_SERIAL || ADK_TARGET_QEMU || ADK_TARGET_VBOX || ADK_TARGET_SIM config ADK_KERNEL_SERIAL_8250_CONSOLE bool @@ -19,6 +19,9 @@ config ADK_KERNEL_SERIAL_PMACZILOG_TTYS config ADK_KERNEL_SERIAL_PMACZILOG_CONSOLE bool +config ADK_KERNEL_SERIAL_SH_SCI_CONSOLE + bool + config ADK_KERNEL_SERIAL_ETRAXFS bool "ETRAXFS serial driver" select ADK_KERNEL_SERIAL_ETRAXFS_CONSOLE @@ -41,6 +44,15 @@ config ADK_KERNEL_SERIAL_8250 help Serial driver for 8250 UART chip. +config ADK_KERNEL_SERIAL_SH_SCI + bool "sci serial driver" + select ADK_KERNEL_SERIAL_SH_SCI_CONSOLE + depends on ADK_TARGET_SYSTEM_SIM_H8300H + default y if ADK_TARGET_SYSTEM_SIM_H8300H + default n + help + Serial driver for SCI chip. + config ADK_KERNEL_SERIAL_PMACZILOG bool "pmac serial driver" select ADK_KERNEL_SERIAL_PMACZILOG_TTYS |