From: Peter Korsgaard Date: Mon, 14 Jun 2010 20:33:08 +0000 (+0200) Subject: at91bootstrap: add help text X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e17790cf282bd5d3cb8e3d419c331f991134742;p=buildroot.git at91bootstrap: add help text Signed-off-by: Peter Korsgaard --- diff --git a/boot/at91bootstrap/Config.in b/boot/at91bootstrap/Config.in index 1bf8d50d2f..67604cd079 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