mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
at91bootstrap: add help text
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
a7a3e7577a
commit
1e17790cf2
@ -1,6 +1,12 @@
|
|||||||
menuconfig BR2_TARGET_AT91BOOTSTRAP
|
menuconfig BR2_TARGET_AT91BOOTSTRAP
|
||||||
depends on BR2_arm
|
depends on BR2_arm
|
||||||
bool "AT91 Bootstrap"
|
bool "AT91 Bootstrap"
|
||||||
|
help
|
||||||
|
AT91Bootstrap is a first level bootloader for the Atmel AT91
|
||||||
|
devices. It integrates algorithms for:
|
||||||
|
- Device initialization such as clock configuration, PIO settings...
|
||||||
|
- Peripheral drivers such as PIO, PMC or SDRAMC...
|
||||||
|
- Physical media algorithm such as DataFlash, NandFlash, NOR Flash...
|
||||||
|
|
||||||
if BR2_TARGET_AT91BOOTSTRAP
|
if BR2_TARGET_AT91BOOTSTRAP
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user