From 4a665aa9459f6f2ebcb2c46efd4a0a73fb1f9795 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 11 Jul 2011 22:46:15 +0200 Subject: 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 --- boot/at91dataflashboot/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot') diff --git a/boot/at91dataflashboot/Config.in b/boot/at91dataflashboot/Config.in index 88cd058f5..a4efe1192 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" -- cgit v1.2.3-55-g7522