diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-11 07:27:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-13 05:47:44 +0100 |
commit | 3aa598104ca4c6f8de67b228ced3e680fbcab677 (patch) | |
tree | a737c19928f8d853b97e5d655353a547df822fef /target/config/Config.in.kernelcfg | |
parent | 9ce0683145795cdb3d35f0cd764e4765cc127f13 (diff) |
sh2-nommu/j2: add better support and add required patches from musl-cross-make
Diffstat (limited to 'target/config/Config.in.kernelcfg')
-rw-r--r-- | target/config/Config.in.kernelcfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/config/Config.in.kernelcfg b/target/config/Config.in.kernelcfg index eb971fdf8..f9f5ec491 100644 --- a/target/config/Config.in.kernelcfg +++ b/target/config/Config.in.kernelcfg @@ -21,7 +21,7 @@ config ADK_TARGET_KERNEL_USE_CUSTOMCONFIG endchoice config ADK_TARGET_KERNEL_DEFCONFIG - string + string "Defconfig name" depends on ADK_TARGET_KERNEL_USE_DEFCONFIG default "bcmrpi_defconfig" if ADK_TARGET_SYSTEM_RASPBERRY_PI default "bcm2709_defconfig" if ADK_TARGET_SYSTEM_RASPBERRY_PI2 @@ -34,6 +34,8 @@ config ADK_TARGET_KERNEL_DEFCONFIG default "10m50_defconfig" if ADK_TARGET_SYSTEM_QEMU_NIOS2 default "orca_defconfig" if ADK_TARGET_SYSTEM_ANDES_AG101P default "bb.org_defconfig" if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK + default "j2_defconfig" if ADK_TARGET_SYSTEM_NUMATO_MIMASV2 + default "" config ADK_TARGET_KERNEL_CUSTOMCONFIG_PATH string "Kernel configuration file location" |