diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-26 11:32:40 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-26 11:32:52 +0200 |
commit | 812b2dc764868a8131b861d1e77204cdb9c1919f (patch) | |
tree | 83cc29c70b590d186af6311217b05bcbd4df5d3c /target/linux/config | |
parent | ea6fabbf50fd7bd6f499dc80067199d25b093e3a (diff) |
add 4.1rc5 for cris testing
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.serial | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.serial b/target/linux/config/Config.in.serial index 79daca3ef..46cc40dba 100644 --- a/target/linux/config/Config.in.serial +++ b/target/linux/config/Config.in.serial @@ -1,8 +1,12 @@ menu "Serial devices support" depends on ADK_TARGET_WITH_SERIAL || ADK_TARGET_QEMU || ADK_TARGET_VBOX -config ADK_KERNEL_ETRAXFS_SERIAL +config ADK_KERNEL_SERIAL_ETRAXFS_CONSOLE + bool + +config ADK_KERNEL_SERIAL_ETRAXFS bool "ETRAXFS serial driver" + select ADK_KERNEL_SERIAL_ETRAXFS_CONSOLE default y if ADK_TARGET_SYSTEM_QEMU_CRIS default n help |