imx: nandbcb: add support for writing BCB only
[oweals/u-boot.git] / cmd / Kconfig
index 07060c63a7e6f9cde9e26ade39c3c53e232bcc59..b08a7098579bc0426a57332250e6d7d3f4580b3f 100644 (file)
@@ -1168,6 +1168,7 @@ config CMD_SDRAM
 config CMD_SF
        bool "sf"
        depends on DM_SPI_FLASH || SPI_FLASH
+       default y if DM_SPI_FLASH
        help
          SPI Flash support
 
@@ -1205,6 +1206,13 @@ config CMD_TSI148
          This provides various sub-commands to initialise and configure the
          Turndra tsi148 device. See the command help for full details.
 
+config CMD_UFS
+       bool "Enable UFS - Universal Flash Subsystem commands"
+       depends on UFS
+       help
+         "This provides commands to initialise and configure universal flash
+          subsystem devices"
+
 config CMD_UNIVERSE
        bool "universe - Command to set up the Turndra Universe controller"
        help