diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-03-10 08:18:06 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-03-10 08:18:31 +0100 |
commit | aaad05868286671ad90510e5c9d987abfc82fed1 (patch) | |
tree | 1252a7672e7132981ee63cbf9a8764b27d2246d3 /target/config | |
parent | 1cc62e5994359dfd7741031fec98d072f804c2cf (diff) |
make parts of the menu visible if architecture is choosen to guarentee defaults are set right
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.cpu | 2 | ||||
-rw-r--r-- | target/config/Config.in.kernelversion | 2 | ||||
-rw-r--r-- | target/config/Config.in.rootfs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu index 317272cdc..a31cb9547 100644 --- a/target/config/Config.in.cpu +++ b/target/config/Config.in.cpu @@ -2,7 +2,7 @@ # material, please see the LICENCE file in the top-level directory. choice ADK_TARGET_CPU -prompt "CPU" +prompt "CPU" if !ADK_TARGET_CHOOSE_ARCH # aarch64 config ADK_TARGET_CPU_AARCH64_CORTEX_A53 diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index 0fe631b2d..e8574f1a9 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -2,7 +2,7 @@ # material, please see the LICENCE file in the top-level directory. choice -prompt "Kernel version" +prompt "Kernel version" if !ADK_TARGET_CHOOSE_ARCH depends on ADK_TARGET_OS_LINUX default ADK_TARGET_KERNEL_VERSION_4_4_3 if ADK_TARGET_ARCH_ARC default ADK_TARGET_KERNEL_VERSION_4_4_3 if ADK_TARGET_ARCH_SPARC diff --git a/target/config/Config.in.rootfs b/target/config/Config.in.rootfs index bf4b6c1cc..1f98cbdbd 100644 --- a/target/config/Config.in.rootfs +++ b/target/config/Config.in.rootfs @@ -2,7 +2,7 @@ # material, please see the LICENCE file in the top-level directory. choice -prompt "Firmware type" +prompt "Firmware type" if !ADK_TARGET_CHOOSE_ARCH depends on !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_OS_BAREMETAL default ADK_TARGET_ROOTFS_ARCHIVE |