summaryrefslogtreecommitdiff
path: root/target/linux/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-09-01 23:01:24 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-09-01 23:10:49 +0200
commit8df97b3b5c1af3cd0f496c44bbca4315f6cb1e33 (patch)
tree4168ecca19cb40e83cd8f2f8a3d859277e635c8f /target/linux/config
parentce94e1160532b7cb642277d940fb9d8ec39cf9c3 (diff)
move serial support from mini.config
Diffstat (limited to 'target/linux/config')
-rw-r--r--target/linux/config/Config.in.serial12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.serial b/target/linux/config/Config.in.serial
index e742f36ed..6d4555e39 100644
--- a/target/linux/config/Config.in.serial
+++ b/target/linux/config/Config.in.serial
@@ -10,6 +10,9 @@ config ADK_KERNEL_SERIAL_8250_PNP
config ADK_KERNEL_SERIAL_OF_PLATFORM
bool
+config ADK_KERNEL_SERIAL_OMAP_CONSOLE
+ bool
+
config ADK_KERNEL_SERIAL_ETRAXFS_CONSOLE
bool
@@ -90,4 +93,13 @@ config ADK_KERNEL_SERIAL_PMACZILOG
help
Serial driver for PMAC Q800 M68K.
+config ADK_KERNEL_SERIAL_OMAP
+ bool "omap serial driver"
+ select ADK_KERNEL_SERIAL_OMAP_CONSOLE
+ depends on ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK
+ default y if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK
+ default n
+ help
+ Serial driver for Beaglebone Black
+
endmenu