Loading arch/arm/configs/sdm660-perf_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -440,6 +440,7 @@ CONFIG_MMC_PERF_PROFILING=y CONFIG_MMC_PARANOID_SD_INIT=y CONFIG_MMC_CLKGATE=y CONFIG_MMC_BLOCK_MINORS=32 CONFIG_MMC_BLOCK_DEFERRED_RESUME=y CONFIG_MMC_TEST=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_PLTFM=y Loading arch/arm/configs/sdm660_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -441,6 +441,7 @@ CONFIG_MMC_PERF_PROFILING=y CONFIG_MMC_PARANOID_SD_INIT=y CONFIG_MMC_CLKGATE=y CONFIG_MMC_BLOCK_MINORS=32 CONFIG_MMC_BLOCK_DEFERRED_RESUME=y CONFIG_MMC_TEST=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_PLTFM=y Loading arch/arm64/configs/sdm660-perf_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -468,6 +468,7 @@ CONFIG_MMC=y CONFIG_MMC_PERF_PROFILING=y CONFIG_MMC_CLKGATE=y CONFIG_MMC_BLOCK_MINORS=32 CONFIG_MMC_BLOCK_DEFERRED_RESUME=y CONFIG_MMC_TEST=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_PLTFM=y Loading arch/arm64/configs/sdm660_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -470,6 +470,7 @@ CONFIG_MMC_PERF_PROFILING=y CONFIG_MMC_PARANOID_SD_INIT=y CONFIG_MMC_CLKGATE=y CONFIG_MMC_BLOCK_MINORS=32 CONFIG_MMC_BLOCK_DEFERRED_RESUME=y CONFIG_MMC_TEST=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_PLTFM=y Loading drivers/mmc/card/Kconfig +11 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,17 @@ config MMC_BLOCK_BOUNCE If unsure, say Y here. config MMC_BLOCK_DEFERRED_RESUME bool "Defer MMC layer resume until I/O is requested" depends on MMC_BLOCK default n help Say Y here to enable deferred MMC resume until I/O is requested. This will reduce overall resume latency and save power when there is an SD card inserted but not being used. config SDIO_UART tristate "SDIO UART/GPS class support" depends on TTY Loading Loading
arch/arm/configs/sdm660-perf_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -440,6 +440,7 @@ CONFIG_MMC_PERF_PROFILING=y CONFIG_MMC_PARANOID_SD_INIT=y CONFIG_MMC_CLKGATE=y CONFIG_MMC_BLOCK_MINORS=32 CONFIG_MMC_BLOCK_DEFERRED_RESUME=y CONFIG_MMC_TEST=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_PLTFM=y Loading
arch/arm/configs/sdm660_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -441,6 +441,7 @@ CONFIG_MMC_PERF_PROFILING=y CONFIG_MMC_PARANOID_SD_INIT=y CONFIG_MMC_CLKGATE=y CONFIG_MMC_BLOCK_MINORS=32 CONFIG_MMC_BLOCK_DEFERRED_RESUME=y CONFIG_MMC_TEST=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_PLTFM=y Loading
arch/arm64/configs/sdm660-perf_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -468,6 +468,7 @@ CONFIG_MMC=y CONFIG_MMC_PERF_PROFILING=y CONFIG_MMC_CLKGATE=y CONFIG_MMC_BLOCK_MINORS=32 CONFIG_MMC_BLOCK_DEFERRED_RESUME=y CONFIG_MMC_TEST=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_PLTFM=y Loading
arch/arm64/configs/sdm660_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -470,6 +470,7 @@ CONFIG_MMC_PERF_PROFILING=y CONFIG_MMC_PARANOID_SD_INIT=y CONFIG_MMC_CLKGATE=y CONFIG_MMC_BLOCK_MINORS=32 CONFIG_MMC_BLOCK_DEFERRED_RESUME=y CONFIG_MMC_TEST=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_PLTFM=y Loading
drivers/mmc/card/Kconfig +11 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,17 @@ config MMC_BLOCK_BOUNCE If unsure, say Y here. config MMC_BLOCK_DEFERRED_RESUME bool "Defer MMC layer resume until I/O is requested" depends on MMC_BLOCK default n help Say Y here to enable deferred MMC resume until I/O is requested. This will reduce overall resume latency and save power when there is an SD card inserted but not being used. config SDIO_UART tristate "SDIO UART/GPS class support" depends on TTY Loading