summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.serial
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-11-12 23:05:30 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-11-12 23:05:47 +0100
commit802123a425fd9a5e6fd0d62063a9719811782767 (patch)
tree6d33051bc92370c5b432e094c85336d5fa63f2d3 /target/linux/config/Config.in.serial
parente00cd7c220311f57daa8bc56709d34e0f96fe704 (diff)
qemu-sparc64: switch to e1000 driver (idea from buildroot), move serial symbols.
Diffstat (limited to 'target/linux/config/Config.in.serial')
-rw-r--r--target/linux/config/Config.in.serial16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.serial b/target/linux/config/Config.in.serial
index 160495633..1b9367a11 100644
--- a/target/linux/config/Config.in.serial
+++ b/target/linux/config/Config.in.serial
@@ -37,6 +37,12 @@ config ADK_KERNEL_SERIAL_SH_SCI_CONSOLE
config ADK_KERNEL_SERIAL_AMBA_PL011_CONSOLE
bool
+config ADK_KERNEL_SERIAL_SUNCORE
+ bool
+
+config ADK_KERNEL_SERIAL_SUNSU_CONSOLE
+ bool
+
config ADK_KERNEL_DA_CONSOLE
bool
@@ -84,6 +90,16 @@ config ADK_KERNEL_DA_TTY
help
Serial driver for Qemu METAG Emulation.
+config ADK_KERNEL_SERIAL_SUNSU
+ bool "Sun Sparc64 serial driver"
+ select ADK_KERNEL_SERIAL_SUNSU_CONSOLE
+ select ADK_KERNEL_SERIAL_SUNCORE
+ depends on ADK_TARGET_SYSTEM_QEMU_SPARC64
+ default y if ADK_TARGET_SYSTEM_QEMU_SPARC64
+ default n
+ help
+ Serial driver for Sun SPARC64.
+
config ADK_KERNEL_SERIAL_ETRAXFS
bool "ETRAXFS serial driver"
select ADK_KERNEL_SERIAL_ETRAXFS_CONSOLE