kconfig

来自「spi driver code one marve」· 代码 · 共 133 行

TXT
133
字号
## MMC subsystem configuration#menu "MMC/SD Card support"config MMC	tristate "MMC support"	help	  MMC is the "multi-media card" bus protocol.	  If you want MMC support, you should say Y here and also	  to the specific driver for your MMC interface.config MMC_DEBUG	bool "MMC debugging"	depends on MMC != n	help	  This is an option for use by developers; most people should	  say N here.  This enables MMC core and driver debugging.config MMC_OPEN_SOURCE	tristate "MMC Open Source support"	depends on MMC	default n	help	  Say Y here to enable the MMC Open Source support.config MMC_BLOCK	tristate "MMC block device driver"	depends on MMC	default y	help	  Say Y here to enable the MMC block device driver support.	  This provides a block device driver, which you can use to	  mount the filesystem. Almost everyone wishing MMC support	  should say Y or M here.config MMC_PROTOCOL	tristate "MMC protocol"	depends on MMC && !MMC_OPEN_SOURCE	default y	help	  Say Y here to enable the MMC protocol driver support.	  This provides a protocol driver, which you can use to 	  support MMC card. Almost everyone wishing MMC support	  should say Y or M here.config SD_PROTOCOL	tristate "SD protocol"	depends on MMC && !MMC_OPEN_SOURCE	default y	help	  Say Y here to enable the SD protocol driver support.	  This provides a protocol driver, which you can use to 	  support MMC card. Almost everyone wishing SD support	  should say Y or M here.config SDIO_PROTOCOL	tristate "SDIO protocol"	depends on MMC && !MMC_OPEN_SOURCE	default y	help	  Say Y here to enable the SDIO protocol driver support.	  This provides a protocol driver, which you can use to 	  support SDIO card. Almost everyone wishing SDIO support	  should say Y or M here.config CMMB_SDIO_DEVICE	tristate "CMMB SDIO device driver"	depends on SDIO_PROTOCOL	default y	help	  Say Y here to enable the SDIO block device driver support.	  This provides a block device driver, which you can use to	  mount the filesystem. Almost everyone wishing SDIO support	  should say Y or M here.config MMC_PXA	tristate "Zylonite Multimedia Card Interface support"	depends on ARCH_PXA && MMC	default y	help	  This selects the PXA3xx Platform Development Kit (Zylonite)          Multimedia card Interface.If you have a Zylonite platform with	  a Multimedia Card slot,say Y or M here.	  If unsure, say N.config MMC1_SLOT1	bool "Support MMC1 slot 1"	default n	depends on MMC_PXA && !PCCARD && !CPU_MONAHANS_P	help	  This selects the PXA3xx Platform Development Kit (Zylonite)          Multimedia Controller 1 Slot 1(controller 1 has 2 slots: Slot0 	  and Slot1). If you want to use slot 2, say Y here.config MMC2	bool "Support MMC2 controller"	default n	depends on MMC_PXA	help	  This selects the PXA3xx Platform Development Kit (Zylonite)          Multimedia Controller 2.If you want to use controller 2,	  say Y here.config MMC3	bool "Support MMC3 controller"	default n	depends on MMC_PXA && CPU_MONAHANS_LV	help	  This selects the PXA310 Platform Development Kit (Zylonite)          Multimedia Controller 3.If you want to use controller 3,	  say Y here.config MMC_CEATA	bool "Support CEATA"	default n	depends on MMC_PXA && !MMC_OPEN_SOURCE 	help	  This selects the CEATA protocol supportconfig MMC_AU1X	tristate "Alchemy AU1XX0 MMC Card Interface support"	depends on SOC_AU1X00 && MMC	help	  This selects the AMD Alchemy(R) Multimedia card interface.	  iIf you have a Alchemy platform with a MMC slot, say Y or M here.	  If unsure, say N.endmenu

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?