From: Thomas Petazzoni Date: Mon, 11 Jul 2011 20:46:15 +0000 (+0200) Subject: at91dataflashboot: use "config" instead of "menuconfig" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4a665aa9459f6f2ebcb2c46efd4a0a73fb1f9795;p=buildroot.git at91dataflashboot: use "config" instead of "menuconfig" Since at91dataflashboot has no suboption, using "menuconfig" is useless and confusing, as it creates an empty submenu in the configuration interface. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/boot/at91dataflashboot/Config.in b/boot/at91dataflashboot/Config.in index 88cd058f58..a4efe11926 100644 --- a/boot/at91dataflashboot/Config.in +++ b/boot/at91dataflashboot/Config.in @@ -1,3 +1,3 @@ -menuconfig BR2_TARGET_AT91DATAFLASHBOOT +config BR2_TARGET_AT91DATAFLASHBOOT depends on BR2_arm bool "AT91 DataFlashBoot"