From aaad05868286671ad90510e5c9d987abfc82fed1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 10 Mar 2016 08:18:06 +0100 Subject: make parts of the menu visible if architecture is choosen to guarentee defaults are set right --- target/config/Config.in.cpu | 2 +- target/config/Config.in.kernelversion | 2 +- target/config/Config.in.rootfs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'target/config') 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 -- cgit v1.2.3