diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-25 07:00:59 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-25 07:00:59 -0500 |
commit | 1b41d82cd4dba1cad21b5e6813e3f90c4ec2a337 (patch) | |
tree | 2e9d82766177735718bec4db0b77c9f6d59bb214 /target/config | |
parent | a2a885ed6083aaa39da31f80da2dadecc60f0a73 (diff) |
add experimental imgtec ci20 support
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.adk | 2 | ||||
-rw-r--r-- | target/config/Config.in.kernel | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/target/config/Config.in.adk b/target/config/Config.in.adk index 9df26b4ba..510809ce5 100644 --- a/target/config/Config.in.adk +++ b/target/config/Config.in.adk @@ -18,7 +18,7 @@ config ADK_DL_DIR Use an absolute path. config ADK_EXPERIMENTAL - bool "Enable support for experimental features" + bool "Enable support for experimental features and targets" default n help This enables combinations of toolchain components or kernel diff --git a/target/config/Config.in.kernel b/target/config/Config.in.kernel index 88da6de09..92d749365 100644 --- a/target/config/Config.in.kernel +++ b/target/config/Config.in.kernel @@ -81,3 +81,4 @@ config ADK_TARGET_KERNEL_MINICONFIG default "sim-h8300h" if ADK_TARGET_SYSTEM_SIM_H8300H default "qemu-m68k-mcf5208" if ADK_TARGET_QEMU_M68K_MCF5208 default "qemu-m68k-q800" if ADK_TARGET_QEMU_M68K_Q800 + default "imgtec-ci20" if ADK_TARGET_SYSTEM_IMGTEC_CI20 |