summaryrefslogtreecommitdiff
path: root/target/linux/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-09-27 04:03:04 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-09-28 04:24:56 +0200
commitd5938587a989bffab750f778406e5e46a4df18c5 (patch)
treee1176773171fe21918b7b73b0abbfc6c370669b9 /target/linux/config
parentad1377105ce1148d5de599d82c6f622bec44e832 (diff)
add phytec wega sample
Diffstat (limited to 'target/linux/config')
-rw-r--r--target/linux/config/Config.in.serial6
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.serial b/target/linux/config/Config.in.serial
index d32efe085..6f3510879 100644
--- a/target/linux/config/Config.in.serial
+++ b/target/linux/config/Config.in.serial
@@ -273,11 +273,13 @@ config ADK_KERNEL_SERIAL_OMAP
select ADK_KERNEL_SERIAL_8250
select ADK_KERNEL_SERIAL_8250_CONSOLE
select ADK_KERNEL_SERIAL_OMAP_CONSOLE
- depends on ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK
+ depends on ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK \
+ || ADK_TARGET_SYSTEM_PHYTEC_WEGA
default y if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK
+ default y if ADK_TARGET_SYSTEM_PHYTEC_WEGA
default n
help
- Serial driver for Beaglebone Black
+ Serial driver for TI OMAP Boards.
config ADK_KERNEL_SERIAL_UARTLITE
bool "uartlite serial driver"