cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Kconfig (440B)


      1# SPDX-License-Identifier: GPL-2.0-only
      2#
      3# MMC subsystem configuration
      4#
      5
      6menuconfig MMC
      7	tristate "MMC/SD/SDIO card support"
      8	depends on HAS_IOMEM
      9	help
     10	  This selects MultiMediaCard, Secure Digital and Secure
     11	  Digital I/O support.
     12
     13	  If you want MMC/SD/SDIO support, you should say Y here and
     14	  also to your specific host controller driver.
     15
     16if MMC
     17
     18source "drivers/mmc/core/Kconfig"
     19
     20source "drivers/mmc/host/Kconfig"
     21
     22endif # MMC