This website requires JavaScript.
Explore
Help
Sign In
NetCube-Systems-Austria
/
kumquat-buildroot
Watch
1
Star
0
Fork
0
You've already forked kumquat-buildroot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
05c73a9571
kumquat-buildroot
/
boot
/
at91dataflashboot
/
Config.in
4 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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>
2011-07-11 22:46:15 +02:00
config BR2_TARGET_AT91DATAFLASHBOOT
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: Peter Korsgaard <jacmet@sunsite.dk>
2012-02-01 23:36:47 +01:00
depends on BR2_arm926t
bootloaders: move bootloader build code to boot/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-03-14 18:20:45 +01:00
bool "AT91 DataFlashBoot"
Reference in New Issue
Copy Permalink