summaryrefslogtreecommitdiff
path: root/target/linux/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-02 17:16:31 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-02 17:16:46 -0500
commit14d2d08a82a712d26239589ce28fca4fbb28247a (patch)
tree3f7b89bdce92ce0741eb14d24bbaa397641b0060 /target/linux/config
parent46dfd26bf7d2c4065079ccab68105f20da419be7 (diff)
add missing kernel symbols to bootup Xtensa board via NFS
Diffstat (limited to 'target/linux/config')
-rw-r--r--target/linux/config/Config.in.serial17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.serial b/target/linux/config/Config.in.serial
index 46cc40dba..ceba7c5c3 100644
--- a/target/linux/config/Config.in.serial
+++ b/target/linux/config/Config.in.serial
@@ -1,15 +1,32 @@
menu "Serial devices support"
depends on ADK_TARGET_WITH_SERIAL || ADK_TARGET_QEMU || ADK_TARGET_VBOX
+config ADK_KERNEL_SERIAL_8250_CONSOLE
+ bool
+
+config ADK_KERNEL_SERIAL_OF_PLATFORM
+ bool
+
config ADK_KERNEL_SERIAL_ETRAXFS_CONSOLE
bool
config ADK_KERNEL_SERIAL_ETRAXFS
bool "ETRAXFS serial driver"
select ADK_KERNEL_SERIAL_ETRAXFS_CONSOLE
+ depends on ADK_TARGET_SYSTEM_QEMU_CRIS
default y if ADK_TARGET_SYSTEM_QEMU_CRIS
default n
help
Serial driver for ETRAXFS CRISv32 Qemu Emulation.
+config ADK_KERNEL_SERIAL_8250
+ bool "8250 serial driver"
+ select ADK_KERNEL_SERIAL_OF_PLATFORM if ADK_TARGET_SYSTEM_XILINX_KINTEX7
+ select ADK_KERNEL_SERIAL_8250_CONSOLE
+ depends on ADK_TARGET_SYSTEM_XILINX_KINTEX7
+ default y if ADK_TARGET_SYSTEM_XILINX_KINTEX7
+ default n
+ help
+ Serial driver for 8250 UART chip.
+
endmenu