diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-09-12 19:59:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-09-12 19:59:21 +0200 |
commit | 680b1bf73cedebda44da1e15d6d1127e2b550941 (patch) | |
tree | 7d805c8379d3b8c9259611f5a7a3a0f4cb612f54 /target/config | |
parent | 8cd937c090247ee1677587543aa5d85ff3e614cc (diff) |
allow to use a defconfig, enable always experimental support in kernel
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.kernelcfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelcfg b/target/config/Config.in.kernelcfg index 3a654bfdb..bb5e5a91f 100644 --- a/target/config/Config.in.kernelcfg +++ b/target/config/Config.in.kernelcfg @@ -15,4 +15,5 @@ endchoice config ADK_TARGET_KERNEL_DEFCONFIG string depends on ADK_TARGET_KERNEL_USE_DEFCONFIG + default "twr-k70f120m_defconfig" if ADK_TARGET_SYSTEM_KINETIS_K70 |