From 7e41b89b56c59928d7b2d65ba2d4601b32897561 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 25 Jan 2009 20:11:31 +0000 Subject: target/linux-advanced: default to menuconfig for all archs Default to menuconfig for atmel targets as well, mention QT3 dependency for make xconfig and update affected defconfigs. --- target/linux/Config.in.advanced | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'target/linux/Config.in.advanced') diff --git a/target/linux/Config.in.advanced b/target/linux/Config.in.advanced index 45cf0fc22..4bcfbb363 100644 --- a/target/linux/Config.in.advanced +++ b/target/linux/Config.in.advanced @@ -390,7 +390,7 @@ config BR2_PACKAGE_LINUX_USE_XCONFIG bool "Run make ARCH=$(ARCH) [xconfig|menuconfig] before build" depends on BR2_PACKAGE_LINUX help - Configure Linux by make xconfig + Configure Linux by make xconfig|menuconfig endchoice config BR2_PACKAGE_LINUX_KCONFIG @@ -406,14 +406,13 @@ config BR2_PACKAGE_LINUX_KCONFIG choice prompt "Preferred config tool" - default BR2_MAKE_XCONFIG if BR2_TARGET_ATMEL default BR2_MAKE_MENUCONFIG depends on BR2_PACKAGE_LINUX_USE_XCONFIG help Define the preferred tool to invoke if a configuration is invalid config BR2_MAKE_XCONFIG - bool "make xconfig" + bool "make xconfig (needs QT3 headers on host)" help Run "make xconfig" if kernel ".config" is invalid -- cgit v1.2.3