Explorar o código

at91bootstrap: add help text

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard %!s(int64=15) %!d(string=hai) anos
pai
achega
1e17790cf2
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      boot/at91bootstrap/Config.in

+ 6 - 0
boot/at91bootstrap/Config.in

@@ -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