Merge branch '2020-05-08-assorted-fixes'
[oweals/u-boot.git] / common / spl / Kconfig
index 9d52b75cb4347c18f6e810166ef00f0cae262970..9feadb5e43e7078268086d08af76c0c963422537 100644 (file)
@@ -508,12 +508,6 @@ config SPL_DMA
          the CPU moving the data. Enable this option to build the drivers
          in drivers/dma as part of an SPL build.
 
-config SPL_DM_GPIO
-       bool "Support Driver Model GPIO drivers"
-       depends on SPL_GPIO_SUPPORT && DM_GPIO
-       help
-         Enable support for Driver Model based GPIO drivers in SPL.
-
 config SPL_DRIVERS_MISC_SUPPORT
        bool "Support misc drivers"
        help
@@ -669,15 +663,6 @@ config SPL_MMC_SUPPORT
          this option to build the drivers in drivers/mmc as part of an SPL
          build.
 
-config SPL_FORCE_MMC_BOOT
-       bool "Force SPL booting from MMC"
-       depends on SPL_MMC_SUPPORT
-       default n
-       help
-         Force SPL to use MMC device for Linux kernel booting even when the
-         SoC ROM recognized boot medium is not eMMC/SD. This is crucial for
-         factory or 'falcon mode' booting.
-
 config SPL_MMC_TINY
        bool "Tiny MMC framework in SPL"
        depends on SPL_MMC_SUPPORT