]> git.sur5r.net Git - u-boot/blobdiff - cmd/Kconfig
host-tools: use python2 explicitly for shebang
[u-boot] / cmd / Kconfig
index 824a47e428d28d14b63f88285b480b30aa9d9b79..676011dcdc4c258d6eced7869c7176f3264bcd88 100644 (file)
@@ -755,6 +755,7 @@ config CMD_LOADB
 
 config CMD_LOADS
        bool "loads"
+       default n if ARCH_SUNXI
        default y
        help
          Load an S-Record file over serial line
@@ -1137,6 +1138,7 @@ config CMD_GETTIME
 # TODO: rename to CMD_SLEEP
 config CMD_MISC
        bool "sleep"
+       default n if ARCH_SUNXI
        default y
        help
          Delay execution for some time
@@ -1370,17 +1372,20 @@ config CMD_CRAMFS
 
 config CMD_EXT2
        bool "ext2 command support"
+       select FS_EXT4
        help
          Enables EXT2 FS command
 
 config CMD_EXT4
        bool "ext4 command support"
+       select FS_EXT4
        help
          Enables EXT4 FS command
 
 config CMD_EXT4_WRITE
        depends on CMD_EXT4
        bool "ext4 write command support"
+       select EXT4_WRITE
        help
          Enables EXT4 FS write command