summaryrefslogtreecommitdiffstats
path: root/boot/at91bootstrap
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-06-14 22:33:08 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-06-14 22:33:08 +0200
commit1e17790cf282bd5d3cb8e3d419c331f991134742 (patch)
tree3b95dba38dbd09cf8719a9988717364bea2dc505 /boot/at91bootstrap
parenta7a3e7577af7f4bcc71d0c1f763ec44017fdb4a0 (diff)
downloadbuildroot-novena-1e17790cf282bd5d3cb8e3d419c331f991134742.tar.gz
buildroot-novena-1e17790cf282bd5d3cb8e3d419c331f991134742.zip
at91bootstrap: add help text
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot/at91bootstrap')
-rw-r--r--boot/at91bootstrap/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/boot/at91bootstrap/Config.in b/boot/at91bootstrap/Config.in
index 1bf8d50d2..67604cd07 100644
--- a/boot/at91bootstrap/Config.in
+++ b/boot/at91bootstrap/Config.in
@@ -1,6 +1,12 @@
menuconfig BR2_TARGET_AT91BOOTSTRAP
depends on BR2_arm
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