diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-12 20:04:23 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-12 20:04:44 +0200 |
commit | 41e64bf1c41f08e44dc0eefdf4b92e81f2784433 (patch) | |
tree | 6dbf4634210c566e70dd963c12834086ade52788 /target/linux/config | |
parent | 0ac53ac529705816fea69a23c8847cd4aa70e878 (diff) |
h8s: minor progress, doesn't run on edosk2674 board
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.serial | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.serial b/target/linux/config/Config.in.serial index 8a25d7f5d..ab6704ee0 100644 --- a/target/linux/config/Config.in.serial +++ b/target/linux/config/Config.in.serial @@ -227,8 +227,10 @@ config ADK_KERNEL_SERIAL_AMBA_PL011 config ADK_KERNEL_SERIAL_SH_SCI bool "sci serial driver" select ADK_KERNEL_SERIAL_SH_SCI_CONSOLE - depends on ADK_TARGET_SYSTEM_SIM_H8300H + depends on ADK_TARGET_SYSTEM_SIM_H8300H \ + || ADK_TARGET_SYSTEM_HITACHI_EDOSK2674 default y if ADK_TARGET_SYSTEM_SIM_H8300H + default y if ADK_TARGET_SYSTEM_HITACHI_EDOSK2674 default n help Serial driver for SCI chip. |