diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2011-07-11 22:46:15 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-11 23:41:59 +0200 |
commit | 4a665aa9459f6f2ebcb2c46efd4a0a73fb1f9795 (patch) | |
tree | 3fd92510df3807afa8b70c6d0d17c7d0b357e42e /boot/at91dataflashboot | |
parent | 6fa85c6c035de54fd202805e13e2923327583fae (diff) | |
download | buildroot-novena-4a665aa9459f6f2ebcb2c46efd4a0a73fb1f9795.tar.gz buildroot-novena-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/at91dataflashboot')
-rw-r--r-- | boot/at91dataflashboot/Config.in | 2 |
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" |