]> git.sur5r.net Git - u-boot/blobdiff - cmd/Kconfig
x86: Drop leading spaces in cpu_x86_get_desc()
[u-boot] / cmd / Kconfig
index c9b17f0e621faef3ace4d25151aa6b393831b612..13dc46a174b48e929bb72f3d3061e611f98b6881 100644 (file)
@@ -452,7 +452,7 @@ config CMD_MMC
 
 config CMD_NAND
        bool "nand"
-       default y if ARCH_SUNXI
+       default y if NAND_SUNXI
        help
          NAND support.
 
@@ -667,6 +667,15 @@ config CMD_CACHE
        help
          Enable the "icache" and "dcache" commands
 
+config CMD_LED
+       bool "led"
+       default y if LED
+       help
+         Enable the 'led' command which allows for control of LEDs supported
+         by the board. The LEDs can be listed with 'led list' and controlled
+         with led on/off/togle/blink. Any LED drivers can be controlled with
+         this command, e.g. led_gpio.
+
 config CMD_TIME
        bool "time"
        help
@@ -847,7 +856,7 @@ config CMD_UBI
        tristate "Enable UBI - Unsorted block images commands"
        select CRC32
        select MTD_UBI
-       default y if ARCH_SUNXI
+       default y if NAND_SUNXI
        help
          UBI is a software layer above MTD layer which admits use of LVM-like
          logical volumes on top of MTD devices, hides some complexities of
@@ -862,7 +871,7 @@ config CMD_UBIFS
        select CRC32
        select RBTREE if ARCH_SUNXI
        select LZO if ARCH_SUNXI
-       default y if ARCH_SUNXI
+       default y if NAND_SUNXI
        help
          UBIFS is a file system for flash devices which works on top of UBI.