summaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorThomas Petazzoni2011-07-11 22:46:15 +0200
committerPeter Korsgaard2011-07-11 23:41:59 +0200
commit4a665aa9459f6f2ebcb2c46efd4a0a73fb1f9795 (patch)
tree3fd92510df3807afa8b70c6d0d17c7d0b357e42e /boot
parentbarebox: bump version (diff)
downloadbuildroot-4a665aa9459f6f2ebcb2c46efd4a0a73fb1f9795.tar.gz
buildroot-4a665aa9459f6f2ebcb2c46efd4a0a73fb1f9795.tar.xz
buildroot-4a665aa9459f6f2ebcb2c46efd4a0a73fb1f9795.zip
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 <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot')
-rw-r--r--boot/at91dataflashboot/Config.in2
1 files changed, 1 insertions, 1 deletions
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"