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>
This commit is contained in:
Thomas Petazzoni 2011-07-11 22:46:15 +02:00 committed by Peter Korsgaard
parent 6fa85c6c03
commit 4a665aa945

View File

@ -1,3 +1,3 @@
menuconfig BR2_TARGET_AT91DATAFLASHBOOT
config BR2_TARGET_AT91DATAFLASHBOOT
depends on BR2_arm
bool "AT91 DataFlashBoot"