Commit ec9ec06b authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

boot: get rid of toplevel submenus



Sub options are indented anyway, so no need for empty menus / force people
to enter sub menus to see configuration options.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 661c18bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
menuconfig BR2_TARGET_AT91BOOTSTRAP
config BR2_TARGET_AT91BOOTSTRAP
	depends on BR2_arm
	bool "AT91 Bootstrap"
	help
+1 −1
Original line number Diff line number Diff line
menuconfig BR2_TARGET_BAREBOX
config BR2_TARGET_BAREBOX
	bool "Barebox"
	help
	  The Barebox bootloader, formerly known as U-Boot v2.
+1 −1
Original line number Diff line number Diff line
menuconfig BR2_TARGET_UBOOT
config BR2_TARGET_UBOOT
	bool "U-Boot"
	help
	  Build "Das U-Boot" Boot Monitor
+1 −1
Original line number Diff line number Diff line
menuconfig BR2_TARGET_XLOADER
config BR2_TARGET_XLOADER
	bool "X-loader"
	depends on BR2_cortex_a8 || BR2_cortex_a9
	help
+1 −1

File changed.

Contains only whitespace changes.