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

boot: only show vendor-specific bootloaders for applicable arm variant



Atmel at91sam9 and NXP lpc32xx are both all arm926t, so only show
then if that arm variant is selected.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent a82b3262
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
config BR2_TARGET_AT91BOOTSTRAP
	depends on BR2_arm
	depends on BR2_arm926t
	bool "AT91 Bootstrap"
	help
	  AT91Bootstrap is a first level bootloader for the Atmel AT91
+1 −1
Original line number Diff line number Diff line
config BR2_TARGET_AT91DATAFLASHBOOT
       depends on BR2_arm
       depends on BR2_arm926t
       bool "AT91 DataFlashBoot"
+1 −1
Original line number Diff line number Diff line
config BR2_TARGET_LPC32XXCDL
	depends on BR2_arm
	depends on BR2_arm926t
	bool "LPC32XX CDL (kickstart and S1L)"

if BR2_TARGET_LPC32XXCDL