]> git.sur5r.net Git - u-boot/blobdiff - cmd/Kconfig
arm: socfpga: Remove unused passing parameter of socfpga_bridges_reset
[u-boot] / cmd / Kconfig
index 270cff6297d96db67e98210ef6e88ae65a394d8c..f18efc1e88b82bd1fa2732ed3f39f2338b8e9913 100644 (file)
@@ -266,7 +266,9 @@ config CMD_XIMG
          Extract a part of a multi-image.
 
 config CMD_POWEROFF
-       bool
+       bool "poweroff"
+       help
+         Poweroff/Shutdown the system
 
 endmenu
 
@@ -732,6 +734,19 @@ config CMD_FDC
        help
          The 'fdtboot' command allows booting an image from a floppy disk.
 
+config CMD_SATA
+       bool "sata - Access SATA subsystem"
+       select SATA
+       help
+         SATA (Serial Advanced Technology Attachment) is a serial bus
+         standard for connecting to hard drives and other storage devices.
+         This command provides information about attached devices and allows
+         reading, writing and other operations.
+
+         SATA replaces PATA (originally just ATA), which stands for Parallel AT
+         Attachment, where AT refers to an IBM AT (Advanced Technology)
+         computer released in 1984.
+
 endmenu
 
 
@@ -947,16 +962,6 @@ config CMD_TIMER
        help
          Access the system timer.
 
-config CMD_SETGETDCR
-       bool "getdcr, setdcr, getidcr, setidcr"
-       depends on 4xx
-       default y
-       help
-         getdcr - Get an AMCC PPC 4xx DCR's value
-         setdcr - Set an AMCC PPC 4xx DCR's value
-         getidcr - Get a register value via indirect DCR addressing
-         setidcr - Set a register value via indirect DCR addressing
-
 config CMD_SOUND
        bool "sound"
        depends on SOUND
@@ -1191,7 +1196,6 @@ config CMD_JFFS2
          filesystem information.
 
 config CMD_MTDPARTS
-       depends on ARCH_SUNXI
        bool "MTD partition support"
        help
          MTD partition support
@@ -1230,7 +1234,7 @@ config CMD_DIAG
 
 config CMD_IRQ
        bool "irq - Show information about interrupts"
-       depends on !ARM && !MIPS && !SH && !MPC512X
+       depends on !ARM && !MIPS && !SH
        help
          This enables two commands:
 
@@ -1251,6 +1255,7 @@ config CMD_UBI
        tristate "Enable UBI - Unsorted block images commands"
        select CRC32
        select MTD_UBI
+       select CMD_MTDPARTS
        default y if NAND_SUNXI
        help
          UBI is a software layer above MTD layer which admits use of LVM-like
@@ -1264,9 +1269,8 @@ config CMD_UBIFS
        tristate "Enable UBIFS - Unsorted block images filesystem commands"
        depends on CMD_UBI
        select CRC32
-       select RBTREE if ARCH_SUNXI
-       select LZO if ARCH_SUNXI
-       default y if NAND_SUNXI
+       select LZO
+       default y if CMD_UBI
        help
          UBIFS is a file system for flash devices which works on top of UBI.