]> Git Repo - J-u-boot.git/blob - drivers/mmc/Kconfig
mmc: cv1800b: Add sdhci driver support for cv1800b SoC
[J-u-boot.git] / drivers / mmc / Kconfig
1 menu "MMC Host controller Support"
2
3 config MMC
4         bool "MMC/SD/SDIO card support"
5         default ARM || PPC || SANDBOX
6         select DM_MMC if DM
7         help
8           This selects MultiMediaCard, Secure Digital and Secure
9           Digital I/O support.
10
11           If you want MMC/SD/SDIO support, you should say Y here and
12           also to your specific host controller driver.
13
14 config MMC_WRITE
15         bool "support for MMC/SD write operations"
16         depends on MMC
17         default y
18         help
19           Enable write access to MMC and SD Cards
20
21 config MMC_PWRSEQ
22         bool "HW reset support for eMMC"
23         depends on PWRSEQ
24         help
25           Ths select Hardware reset support aka pwrseq-emmc for eMMC
26           devices.
27
28 config MMC_BROKEN_CD
29         bool "Poll for broken card detection case"
30         help
31           If card  detection feature is broken, just poll to detect.
32
33 config DM_MMC
34         bool "Enable MMC controllers using Driver Model"
35         depends on DM
36         select BLK
37         help
38           This enables the MultiMediaCard (MMC) uclass which supports MMC and
39           Secure Digital I/O (SDIO) cards. Both removable (SD, micro-SD, etc.)
40           and non-removable (e.g. eMMC chip) devices are supported. These
41           appear as block devices in U-Boot and can support filesystems such
42           as EXT4 and FAT.
43
44 config SPL_DM_MMC
45         bool "Enable MMC controllers using Driver Model in SPL"
46         depends on SPL_DM && DM_MMC
47         default n if ARCH_MVEBU && !MVEBU_SPL_BOOT_DEVICE_MMC
48         default y
49         select SPL_BLK
50         help
51           This enables the MultiMediaCard (MMC) uclass which supports MMC and
52           Secure Digital I/O (SDIO) cards. Both removable (SD, micro-SD, etc.)
53           and non-removable (e.g. eMMC chip) devices are supported. These
54           appear as block devices in U-Boot and can support filesystems such
55           as EXT4 and FAT.
56
57 if MMC
58
59 config MMC_SDHCI_ADMA_HELPERS
60         bool
61
62 config MMC_SPI
63         bool "Support for SPI-based MMC controller"
64         depends on DM_MMC && DM_SPI
65         help
66           This selects SPI-based MMC controllers.
67           If you have an MMC controller on a SPI bus, say Y here.
68
69           If unsure, say N.
70
71 config MMC_SPI_CRC_ON
72         bool "Support CRC for SPI-based MMC controller"
73         depends on MMC_SPI
74         default y
75         help
76           This enables CRC for SPI-based MMC controllers.
77
78           If unsure, say N.
79
80 config ARM_PL180_MMCI
81         bool "ARM AMBA Multimedia Card Interface and compatible support"
82         help
83           This selects the ARM(R) AMBA(R) PrimeCell Multimedia Card
84           Interface (PL180, PL181 and compatible) support.
85           If you have an ARM(R) platform with a Multimedia Card slot,
86           say Y or M here.
87
88 config MMC_QUIRKS
89         bool "Enable quirks"
90         default y
91         help
92           Some cards and hosts may sometimes behave unexpectedly (quirks).
93           This option enable workarounds to handle those quirks. Some of them
94           are enabled by default, other may require additional flags or are
95           enabled by the host driver.
96
97 config SYS_MMC_MAX_BLK_COUNT
98         int "Block count limit"
99         default 65535
100         help
101           The block count limit on MMC based devices. We default to 65535 due
102           to a 16bit register limit on some hardware.
103
104 config MMC_HW_PARTITIONING
105         bool "Support for HW partitioning command(eMMC)"
106         default y
107         help
108           This adds a command and an API to do hardware partitioning on eMMC
109           devices.
110
111 config SUPPORT_EMMC_RPMB
112         bool "Support eMMC replay protected memory block (RPMB)"
113         imply CMD_MMC_RPMB
114         help
115           Enable support for reading, writing and programming the
116           key for the Replay Protection Memory Block partition in eMMC.
117
118 config SUPPORT_EMMC_BOOT
119         bool "Support some additional features of the eMMC boot partitions"
120         help
121           Enable support for eMMC boot partitions. This also enables
122           extensions within the mmc command.
123
124 config MMC_IO_VOLTAGE
125         bool "Support IO voltage configuration"
126         help
127           IO voltage configuration allows selecting the voltage level of the IO
128           lines (not the level of main supply). This is required for UHS
129           support. For eMMC this not mandatory, but not enabling this option may
130           prevent the driver of using the faster modes.
131
132 config SPL_MMC_IO_VOLTAGE
133         bool "Support IO voltage configuration in SPL"
134         depends on SPL_MMC
135         help
136           IO voltage configuration allows selecting the voltage level of the IO
137           lines (not the level of main supply). This is required for UHS
138           support. For eMMC this not mandatory, but not enabling this option may
139           prevent the driver of using the faster modes.
140
141 config MMC_UHS_SUPPORT
142         bool "enable UHS support"
143         depends on MMC_IO_VOLTAGE
144         help
145           The Ultra High Speed (UHS) bus is available on some SDHC and SDXC
146           cards. The IO voltage must be switchable from 3.3v to 1.8v. The bus
147           frequency can go up to 208MHz (SDR104)
148
149 config SPL_MMC_UHS_SUPPORT
150         bool "enable UHS support in SPL"
151         depends on SPL_MMC_IO_VOLTAGE
152         help
153           The Ultra High Speed (UHS) bus is available on some SDHC and SDXC
154           cards. The IO voltage must be switchable from 3.3v to 1.8v. The bus
155           frequency can go up to 208MHz (SDR104)
156
157 config MMC_HS400_ES_SUPPORT
158         bool "enable HS400 Enhanced Strobe support"
159         help
160           The HS400 Enhanced Strobe mode is support by some eMMC. The bus
161           frequency is up to 200MHz. This mode does not tune the IO.
162
163 config SPL_MMC_HS400_ES_SUPPORT
164         bool "enable HS400 Enhanced Strobe support in SPL"
165         depends on SPL_MMC
166         help
167           The HS400 Enhanced Strobe mode is support by some eMMC. The bus
168           frequency is up to 200MHz. This mode does not tune the IO.
169
170 config MMC_HS400_SUPPORT
171         bool "enable HS400 support"
172         select MMC_HS200_SUPPORT
173         help
174           The HS400 mode is support by some eMMC. The bus frequency is up to
175           200MHz. This mode requires tuning the IO.
176
177 config SPL_MMC_HS400_SUPPORT
178         bool "enable HS400 support in SPL"
179         depends on SPL_MMC
180         select SPL_MMC_HS200_SUPPORT
181         help
182           The HS400 mode is support by some eMMC. The bus frequency is up to
183           200MHz. This mode requires tuning the IO.
184
185 config MMC_HS200_SUPPORT
186         bool "enable HS200 support"
187         help
188           The HS200 mode is support by some eMMC. The bus frequency is up to
189           200MHz. This mode requires tuning the IO.
190
191 config SPL_MMC_HS200_SUPPORT
192         bool "enable HS200 support in SPL"
193         depends on SPL_MMC
194         help
195           The HS200 mode is support by some eMMC. The bus frequency is up to
196           200MHz. This mode requires tuning the IO.
197
198 config MMC_VERBOSE
199         bool "Output more information about the MMC"
200         default y
201         help
202           Enable the output of more information about the card such as the
203           operating mode.
204
205 config MMC_TRACE
206         bool "MMC debugging"
207         help
208           This is an option for use by developer. Enable MMC core debugging.
209
210           If you need to see the MMC core message, say Y.
211
212 config MMC_DAVINCI
213         bool "TI DAVINCI Multimedia Card Interface support"
214         depends on ARCH_DAVINCI
215         default y
216         help
217           This selects the TI DAVINCI Multimedia card Interface.
218           If you have an DAVINCI board with a Multimedia Card slot,
219           say Y here.  If unsure, say N.
220
221 config MMC_DW
222         bool "Synopsys DesignWare Memory Card Interface"
223         select BOUNCE_BUFFER
224         help
225           This selects support for the Synopsys DesignWare Mobile Storage IP
226           block, this provides host support for SD and MMC interfaces, in both
227           PIO, internal DMA mode and external DMA mode.
228
229 config MMC_DW_CORTINA
230         bool "Cortina specific extensions for Synopsys DW Memory Card Interface"
231         depends on DM_MMC
232         depends on MMC_DW
233         depends on BLK
234         help
235           This selects support for Cortina SoC specific extensions to the
236           Synopsys DesignWare Memory Card Interface driver. Select this option
237           for platforms based on Cortina CAxxxx Soc's.
238
239 config MMC_DW_EXYNOS
240         bool "Exynos specific extensions for Synopsys DW Memory Card Interface"
241         depends on ARCH_EXYNOS
242         depends on MMC_DW
243         default y
244         help
245           This selects support for Samsung Exynos SoC specific extensions to the
246           Synopsys DesignWare Memory Card Interface driver. Select this option
247           for platforms based on Exynos4 and Exynos5 SoC's.
248
249 config MMC_DW_K3
250         bool "K3 specific extensions for Synopsys DW Memory Card Interface"
251         depends on MMC_DW
252         help
253           This selects support for Hisilicon K3 SoC specific extensions to the
254           Synopsys DesignWare Memory Card Interface driver. Select this option
255           for platforms based on Hisilicon K3 SoC's.
256
257 config MMC_DW_ROCKCHIP
258         bool "Rockchip SD/MMC controller support"
259         depends on DM_MMC && OF_CONTROL
260         depends on MMC_DW
261         help
262           This enables support for the Rockchip SD/MMM controller, which is
263           based on Designware IP. The device is compatible with at least
264           SD 3.0, SDIO 3.0 and MMC 4.5 and supports common eMMC chips as well
265           as removeable SD and micro-SD cards.
266
267 config MMC_DW_SOCFPGA
268         bool "SOCFPGA specific extensions for Synopsys DW Memory Card Interface"
269         depends on ARCH_SOCFPGA
270         depends on MMC_DW
271         default y
272         help
273           This selects support for Altera SOCFPGA specific extensions to the
274           Synopsys DesignWare Memory Card Interface driver. Select this option
275           for platforms based on Altera SOCFPGA.
276
277 config MMC_DW_SNPS
278         bool "Extensions for DW Memory Card Interface used in Synopsys ARC devboards"
279         depends on MMC_DW
280         depends on DM_MMC
281         depends on OF_CONTROL
282         depends on CLK
283         help
284           This selects support for Synopsys DesignWare Memory Card Interface driver
285           extensions used in various Synopsys ARC devboards.
286
287 config NEXELL_DWMMC
288         bool "Nexell SD/MMC controller support"
289         depends on ARCH_NEXELL
290         depends on MMC_DW
291         depends on DM_MMC
292         depends on PINCTRL_NEXELL
293         default y
294
295 config MMC_MESON_GX
296         bool "Meson GX EMMC controller support"
297         depends on DM_MMC && BLK && ARCH_MESON
298         help
299          Support for EMMC host controller on Meson GX ARM SoCs platform (S905)
300
301 config MMC_MXC
302         bool "Freescale i.MX21/27/31 or MPC512x Multimedia Card support"
303         help
304           This selects the Freescale i.MX21, i.MX27, i.MX31 or MPC512x
305           Multimedia Card Interface. If you have an i.MX or MPC512x platform
306           with a Multimedia Card slot, say Y here.
307
308           If unsure, say N.
309
310 config MMC_OWL
311         bool "Actions OWL Multimedia Card Interface support"
312         depends on ARCH_OWL && DM_MMC && BLK
313         help
314           This selects the OWL SD/MMC host controller found on board
315           based on Actions S700/S900 SoC.
316
317 config MMC_MXS
318         bool "Freescale MXS Multimedia Card Interface support"
319         depends on MX23 || MX28 || MX6 || MX7
320         select BOUNCE_BUFFER
321         select APBH_DMA
322         select APBH_DMA_BURST if ARCH_MX6 || ARCH_MX7
323         select APBH_DMA_BURST8 if ARCH_MX6 || ARCH_MX7
324         help
325           This selects the Freescale SSP MMC controller found on MXS based
326           platforms like mx23/28.
327
328           If unsure, say N.
329
330 config MMC_PCI
331         bool "Support for MMC controllers on PCI"
332         depends on MMC_SDHCI
333         help
334           This selects PCI-based MMC controllers.
335           If you have an MMC controller on a PCI bus, say Y here.
336
337 config MMC_OCTEONTX
338         bool "Marvell Octeon Multimedia Card Interface support"
339         depends on (ARCH_OCTEON || ARCH_OCTEONTX || ARCH_OCTEONTX2)
340         depends on DM_MMC
341         help
342           This selects the Octeon Multimedia card Interface.
343           If you have an OcteonTX/TX2 or MIPS Octeon board with a
344           Multimedia Card slot, say Y here.
345
346           If unsure, say N.
347
348 config MVEBU_MMC
349         bool "Kirkwood MMC controller support"
350         depends on DM_MMC && BLK && ARCH_KIRKWOOD
351         help
352           Support for MMC host controller on Kirkwood SoCs.
353           If you are on a Kirkwood architecture, say Y here.
354
355           If unsure, say N.
356
357 config MMC_OMAP_HS
358         bool "TI OMAP High Speed Multimedia Card Interface support"
359         select DM_REGULATOR_PBIAS if DM_MMC && DM_REGULATOR
360         select DM_REGULATOR_PBIAS if DM_MMC && DM_REGULATOR
361         help
362           This selects the TI OMAP High Speed Multimedia card Interface.
363           If you have an omap2plus board with a Multimedia Card slot,
364           say Y here.
365
366           If unsure, say N.
367
368 config MMC_OMAP_HS_ADMA
369         bool "ADMA support for OMAP HS MMC"
370         depends on MMC_OMAP_HS && !OMAP34XX
371         default y if !AM33XX
372         help
373           This enables support for the ADMA2 controller (SDA3.00 Part A2 DMA
374           controller). If supported by the hardware, selecting this option will
375           increase performances.
376
377 config MMC_OMAP36XX_PINS
378         bool "Enable MMC1 on OMAP36xx/37xx"
379         depends on OMAP34XX && MMC_OMAP_HS
380         help
381           This enables extended-drain in the MMC/SD/SDIO1I/O and
382           GPIO-associated I/O cells (gpio_126, gpio_127, and gpio_129)
383           specific to the OMAP36xx/37xx using MMC1
384
385           If you have a controller with this interface, say Y here.
386
387           If unsure, say N.
388
389 config HSMMC2_8BIT
390         bool "Enable 8-bit interface for eMMC (interface #2)"
391         depends on MMC_OMAP_HS && (OMAP44XX || OMAP54XX || DRA7XX || AM33XX || \
392                 AM43XX || ARCH_KEYSTONE)
393
394 config SH_MMCIF
395         bool "SuperH/Renesas ARM SoCs on-chip MMCIF host controller support"
396         depends on ARCH_RENESAS || SH
397         help
398           Support for the on-chip MMCIF host controller on SuperH/Renesas ARM SoCs platform
399
400 config MMC_UNIPHIER
401         bool "UniPhier SD/MMC Host Controller support"
402         depends on ARCH_UNIPHIER
403         depends on BLK && DM_MMC
404         depends on OF_CONTROL
405         help
406           This selects support for the Matsushita SD/MMC Host Controller on
407           SocioNext UniPhier SoCs.
408
409 config RENESAS_SDHI
410         bool "Renesas R-Car SD/MMC Host Controller support"
411         depends on ARCH_RENESAS
412         depends on BLK && DM_MMC
413         depends on OF_CONTROL
414         select BOUNCE_BUFFER
415         help
416           This selects support for the Matsushita SD/MMC Host Controller on
417           Renesas R-Car SoCs.
418
419 config MMC_BCM2835
420         bool "BCM2835 family custom SD/MMC Host Controller support"
421         depends on ARCH_BCM283X
422         depends on BLK && DM_MMC
423         depends on OF_CONTROL
424         default y
425         help
426           This selects support for the custom SD host controller in the BCM2835
427           family of devices.
428
429           If you have a BCM2835 platform with SD or MMC devices, say Y here.
430
431           If unsure, say N.
432
433 config JZ47XX_MMC
434         bool "Ingenic JZ47xx SD/MMC Host Controller support"
435         depends on ARCH_JZ47XX
436         help
437           This selects support for the SD Card Controller on Ingenic JZ47xx SoCs.
438
439 config MMC_SANDBOX
440         bool "Sandbox MMC support"
441         depends on SANDBOX
442         depends on BLK && DM_MMC && OF_CONTROL
443         help
444           This select a dummy sandbox MMC driver. At present this does nothing
445           other than allow sandbox to be build with MMC support. This
446           improves build coverage for sandbox and makes it easier to detect
447           MMC build errors with sandbox.
448
449 config MMC_SDHCI
450         bool "Secure Digital Host Controller Interface support"
451         help
452           This selects the generic Secure Digital Host Controller Interface.
453           It is used by manufacturers such as Texas Instruments(R), Ricoh(R)
454           and Toshiba(R). Most controllers found in laptops are of this type.
455
456           If you have a controller with this interface, say Y here.
457
458           If unsure, say N.
459
460 config MMC_SDHCI_IO_ACCESSORS
461         bool
462         depends on MMC_SDHCI
463         help
464           This is silent Kconfig symbol that is selected by the drivers that
465           need to overwrite SDHCI IO memory accessors.
466
467 config MMC_SDHCI_SDMA
468         bool "Support SDHCI SDMA"
469         depends on MMC_SDHCI
470         help
471           This enables support for the SDMA (Single Operation DMA) defined
472           in the SD Host Controller Standard Specification Version 1.00 .
473
474 config SPL_MMC_SDHCI_SDMA
475         bool "Support SDHCI SDMA in SPL"
476         depends on SPL_MMC && MMC_SDHCI
477         default y if MMC_SDHCI_SDMA
478         help
479           This enables support for the SDMA (Single Operation DMA) defined
480           in the SD Host Controller Standard Specification Version 1.00 in SPL.
481
482 config MMC_SDHCI_ADMA
483         bool "Support SDHCI ADMA2"
484         depends on MMC_SDHCI
485         select MMC_SDHCI_ADMA_HELPERS
486         help
487           This enables support for the ADMA (Advanced DMA) defined
488           in the SD Host Controller Standard Specification Version 3.00
489
490 config SPL_MMC_SDHCI_ADMA
491         bool "Support SDHCI ADMA2 in SPL"
492         depends on SPL_MMC && MMC_SDHCI
493         select MMC_SDHCI_ADMA_HELPERS
494         help
495           This enables support for the ADMA (Advanced DMA) defined
496           in the SD Host Controller Standard Specification Version 3.00 in SPL.
497
498 config FIXED_SDHCI_ALIGNED_BUFFER
499         hex "SDRAM address for fixed buffer"
500         depends on SPL && MVEBU_SPL_BOOT_DEVICE_MMC
501         default 0x00180000
502         help
503           On the Marvell Armada 38x when the SPL runs it located in internal
504           SRAM which is the L2 cache locked to memory. When the MMC buffers
505           are located on the stack (or bss), the SDIO controller (SDHCI) can't
506           write into this L2 cache memory.
507
508           This specifies the address of a fixed buffer located in SDRAM that
509           will be used for all SDHCI transfers in the SPL.
510
511 config MMC_SDHCI_ASPEED
512         bool "Aspeed SDHCI controller"
513         depends on ARCH_ASPEED
514         depends on DM_MMC
515         depends on MMC_SDHCI
516         select MISC
517         help
518           Enables support for the Aspeed SDHCI 2.0 controller present on Aspeed
519           SoCs. This device is compatible with SD 3.0 and/or MMC 4.3
520           specifications. On the AST2600, the device is also compatible with
521           MMC 5.1 and eMMC 3.0.
522
523 config MMC_SDHCI_ATMEL
524         bool "Atmel SDHCI controller support"
525         depends on ARCH_AT91
526         depends on DM_MMC && BLK && ARCH_AT91
527         depends on MMC_SDHCI
528         help
529           This enables support for the Atmel SDHCI controller, which supports
530           the embedded MultiMedia Card (e.MMC) Specification V4.51, the SD
531           Memory Card Specification V3.0, and the SDIO V3.0 specification.
532           It is compliant with the SD Host Controller Standard V3.0
533           specification.
534
535 config MMC_SDHCI_BCM2835
536         tristate "SDHCI support for the BCM2835 SD/MMC Controller"
537         depends on ARCH_BCM283X
538         depends on MMC_SDHCI
539         select MMC_SDHCI_IO_ACCESSORS
540         help
541           This selects the BCM2835 SD/MMC controller.
542
543           If you have a BCM2835 platform with SD or MMC devices,
544           say Y here.
545
546           If unsure, say N.
547
548 config MMC_SDHCI_BCMSTB
549         tristate "SDHCI support for the BCMSTB SD/MMC Controller"
550         depends on MMC_SDHCI
551         help
552           This selects the Broadcom set-top box SD/MMC controller.
553
554           If you have a BCMSTB platform with SD or MMC devices,
555           say Y here.
556
557           If unsure, say N.
558
559 config MMC_SDHCI_CADENCE
560         bool "SDHCI support for the Cadence SD/SDIO/eMMC controller"
561         depends on BLK && DM_MMC
562         depends on MMC_SDHCI
563         depends on OF_CONTROL
564         help
565           This selects the Cadence SD/SDIO/eMMC driver.
566
567           If you have a controller with this interface, say Y here.
568
569           If unsure, say N.
570
571 config MMC_SDHCI_CV1800B
572         bool "SDHCI support for the CV1800B SD/SDIO/eMMC controller"
573         depends on BLK && DM_MMC
574         depends on MMC_SDHCI
575         depends on OF_CONTROL
576         help
577           This selects the CV1800B SD/SDIO/eMMC driver.
578
579           If you have a controller with this interface,
580           say Y here.
581
582           If unsure, say N.
583
584 config MMC_SDHCI_AM654
585         bool "SDHCI Controller on TI's Am654 devices"
586         depends on ARCH_K3
587         depends on MMC_SDHCI
588         depends on DM_MMC && OF_CONTROL && BLK
589         depends on REGMAP
590         select MMC_SDHCI_IO_ACCESSORS
591         help
592           Support for Secure Digital Host Controller Interface (SDHCI)
593           controllers present on TI's AM654 SOCs.
594
595 config MMC_SDHCI_IPROC
596         bool "SDHCI support for the iProc SD/MMC Controller"
597         depends on MMC_SDHCI
598         help
599           This selects the iProc SD/MMC controller.
600
601           If you have a Broadcom IPROC platform with SD or MMC devices,
602           say Y or M here.
603
604           If unsure, say N.
605
606 config MMC_SDHCI_F_SDH30
607         bool "SDHCI support for Fujitsu Semiconductor/Socionext F_SDH30"
608         depends on BLK && DM_MMC
609         depends on MMC_SDHCI
610         help
611           This selects the Secure Digital Host Controller Interface (SDHCI)
612           Needed by some Fujitsu/Socionext SoC for MMC / SD / SDIO support.
613           If you have a controller with this interface, say Y or M here.
614           If unsure, say N.
615
616 config MMC_SDHCI_KONA
617         bool "SDHCI support on Broadcom KONA platform"
618         depends on MMC_SDHCI
619         help
620           This selects the Broadcom Kona Secure Digital Host Controller
621           Interface(SDHCI) support.
622           This is used in Broadcom mobile SoCs.
623
624           If you have a controller with this interface, say Y here.
625
626 config MMC_SDHCI_MSM
627         bool "Qualcomm SDHCI controller"
628         depends on BLK && DM_MMC
629         depends on MMC_SDHCI
630         help
631           Enables support for SDHCI 2.0 controller present on some Qualcomm
632           Snapdragon devices. This device is compatible with eMMC v4.5 and
633           SD 3.0 specifications. Both SD and eMMC devices are supported.
634           Card-detect gpios are not supported.
635
636 config MMC_SDHCI_MV
637         bool "SDHCI support on Marvell platform"
638         depends on ARCH_MVEBU
639         depends on MMC_SDHCI
640         depends on DM_MMC
641         help
642           This selects the Secure Digital Host Controller Interface on
643           Marvell platform.
644
645           If you have a controller with this interface, say Y here.
646
647           If unsure, say N.
648
649 config MMC_SDHCI_NPCM
650         bool "SDHCI support on Nuvoton NPCM device"
651         depends on MMC_SDHCI
652         depends on DM_MMC
653         help
654           This selects the Secure Digital Host Controller Interface (SDHCI)
655           on Nuvoton NPCM device.
656
657           If you have a controller with this interface, say Y here.
658
659           If unsure, say N.
660
661 config MMC_SDHCI_PIC32
662         bool "Microchip PIC32 on-chip SDHCI support"
663         depends on DM_MMC && MACH_PIC32
664         depends on MMC_SDHCI
665         help
666           Support for Microchip PIC32 SDHCI controller.
667
668 config MMC_SDHCI_ROCKCHIP
669         bool "Arasan SDHCI controller for Rockchip support"
670         depends on ARCH_ROCKCHIP
671         depends on DM_MMC && BLK
672         depends on MMC_SDHCI
673         help
674           Support for Arasan SDHCI host controller on Rockchip ARM SoCs platform
675
676 config MMC_SDHCI_S5P
677         bool "SDHCI support on Samsung S5P SoC"
678         depends on MMC_SDHCI
679         help
680           This selects the Secure Digital Host Controller Interface (SDHCI)
681           on Samsung S5P SoCs.
682
683           If you have a controller with this interface, say Y here.
684
685           If unsure, say N.
686
687 config MMC_SDHCI_STI
688         bool "SDHCI support for STMicroelectronics SoC"
689         depends on MMC_SDHCI && OF_CONTROL
690         help
691           This selects the Secure Digital Host Controller Interface (SDHCI)
692           on STMicroelectronics STiH410 SoC.
693
694 config MMC_SDHCI_XENON
695         bool "SDHCI support for the Xenon SDHCI controller"
696         depends on MMC_SDHCI && DM_MMC && OF_CONTROL
697         help
698           Support for Xenon SDHCI host controller on Marvell Armada 3700
699           7k/8k ARM SoCs platforms
700
701           If you have a controller with this interface, say Y here.
702
703           If unsure, say N.
704
705 config MMC_SDHCI_TANGIER
706         bool "Tangier SDHCI controller support"
707         depends on DM_MMC && BLK
708         depends on MMC_SDHCI
709         help
710           This selects support for SDHCI controller on Tanginer
711           SoC. Note that this controller does not sit on PCI bus and,
712           hence, cannot be enumerated by standard PCI means.
713
714           If you're using an Intel Tangier SoC (available on Intel
715           Edison board), say Y here.
716
717           If unsure, say N.
718
719 config MMC_SDHCI_TEGRA
720         bool "SDHCI platform support for the Tegra SD/MMC Controller"
721         depends on ARCH_TEGRA
722         select BOUNCE_BUFFER
723         default y
724         help
725           This selects the Tegra SD/MMC controller. If you have a Tegra
726           platform with SD or MMC devices, say Y here.
727
728           If unsure, say N.
729
730 config TEGRA124_MMC_DISABLE_EXT_LOOPBACK
731         bool "Disable external clock loopback"
732         depends on MMC_SDHCI_TEGRA && TEGRA124
733         help
734           Disable the external clock loopback and use the internal one on SDMMC3
735           as per the SDMMC_VENDOR_MISC_CNTRL_0 register's SDMMC_SPARE1 bits
736           being set to 0xfffd according to the TRM.
737
738           TODO([email protected]): Move to device tree controlled
739           approach once proper kernel integration made it mainline.
740
741 config MMC_SDHCI_ZYNQ
742         bool "Arasan SDHCI controller support"
743         depends on DM_MMC && OF_CONTROL && BLK
744         depends on MMC_SDHCI
745         help
746           Support for Arasan SDHCI host controller on Zynq/ZynqMP ARM SoCs platform
747
748 config ZYNQ_SDHCI_MAX_FREQ
749         int "Set the maximum frequency of the controller"
750         depends on MMC_SDHCI_ZYNQ
751         help
752           Set the maximum frequency of the controller.
753
754 config ZYNQ_SDHCI_MIN_FREQ
755         int "Set the minimum frequency of the controller"
756         depends on MMC_SDHCI_ZYNQ
757         default 0
758         help
759           Set the minimum frequency of the controller.
760
761 config ZYNQ_HISPD_BROKEN
762         bool "High speed broken for Zynq SDHCI controller"
763         depends on MMC_SDHCI_ZYNQ
764         help
765           Set if high speed mode is broken.
766
767 config MMC_SUNXI
768         bool "Allwinner sunxi SD/MMC Host Controller support"
769         depends on ARCH_SUNXI
770         default y
771         help
772           This selects support for the SD/MMC Host Controller on
773           Allwinner sunxi SoCs.
774
775 config MMC_SUNXI_HAS_NEW_MODE
776         bool
777         depends on MMC_SUNXI
778
779 config MMC_SUNXI_HAS_MODE_SWITCH
780         bool
781         depends on MMC_SUNXI
782
783 config MMC_PITON
784         bool "MMC support for OpenPiton SoC"
785         depends on DM_MMC && BLK
786         help
787           This selects support for the SD host controller on OpenPiton SoC.
788           Note that this SD controller directly exposes the contents of the
789           SD card as memory mapped, so there is no manual configuration
790           required
791
792 config GENERIC_ATMEL_MCI
793         bool "Atmel Multimedia Card Interface support"
794         depends on DM_MMC && BLK && ARCH_AT91
795         help
796           This enables support for Atmel High Speed Multimedia Card Interface
797           (HSMCI), which supports the MultiMedia Card (MMC) Specification V4.3,
798           the SD Memory Card Specification V2.0, the SDIO V2.0 specification
799           and CE-ATA V1.1.
800
801 config STM32_SDMMC2
802         bool "STMicroelectronics STM32H7 SD/MMC Host Controller support"
803         depends on DM_MMC && BLK && OF_CONTROL
804         help
805           This selects support for the SD/MMC controller on STM32H7 SoCs.
806           If you have a board based on such a SoC and with a SD/MMC slot,
807           say Y or M here.
808
809 config FTSDC010
810         bool "Ftsdc010 SD/MMC controller Support"
811         help
812           This SD/MMC controller is present in Andestech SoCs which is based on Faraday IP.
813
814 config FTSDC010_SDIO
815         bool "Support ftsdc010 sdio"
816         depends on FTSDC010
817         help
818                 This can enable ftsdc010 sdio function.
819
820 config MMC_MTK
821         bool "MediaTek SD/MMC Card Interface support"
822         depends on ARCH_MEDIATEK || ARCH_MTMIPS
823         depends on BLK && DM_MMC
824         depends on OF_CONTROL
825         help
826           This selects the MediaTek(R) Secure digital and Multimedia card Interface.
827           If you have a machine with a integrated SD/MMC card reader, say Y or M here.
828           This is needed if support for any SD/SDIO/MMC devices is required.
829           If unsure, say N.
830
831 endif
832
833 config FSL_SDHC_V2_3
834         bool
835
836 config FSL_ESDHC
837         bool "Freescale/NXP eSDHC controller support"
838         select FSL_SDHC_V2_3 if ARCH_P1010 || ARCH_BSC9131 || ARCH_BSC9132 \
839                 || ARCH_C29X
840         help
841           This selects support for the eSDHC (Enhanced Secure Digital Host
842           Controller) found on numerous Freescale/NXP SoCs.
843
844 config FSL_ESDHC_SUPPORT_ADMA2
845         bool "enable ADMA2 support"
846         depends on FSL_ESDHC
847         select MMC_SDHCI_ADMA_HELPERS
848         help
849           This enables support for the ADMA2 transfer mode. If supported by the
850           eSDHC it will allow 64bit DMA addresses.
851
852 config FSL_ESDHC_33V_IO_RELIABILITY_WORKAROUND
853         bool "enable eSDHC workaround for 3.3v IO reliability issue"
854         depends on FSL_ESDHC && DM_MMC
855         help
856           When eSDHC operates at 3.3v, damage can accumulate in an internal
857           level shifter at a higher than expected rate. The faster the interface
858           runs, the more damage accumulates. This issue now is found on LX2160A
859           eSDHC1 for only SD card. The hardware workaround is recommended to use
860           an on-board level shifter that is 1.8v on SoC side and 3.3v on SD card
861           side. For boards without hardware workaround, this option could be
862           enabled, ensuring 1.8v IO voltage and disabling eSDHC if no card.
863           This option assumes no hotplug, and u-boot has to make all the way to
864           to linux to use 1.8v UHS-I speed mode if has card.
865
866 config FSL_ESDHC_VS33_NOT_SUPPORT
867         bool "3.3V power supply not supported"
868         depends on FSL_ESDHC
869         help
870           For eSDHC, power supply is through peripheral circuit. 3.3V support is
871           common. Select this if 3.3V power supply not supported.
872
873 config SYS_FSL_ESDHC_DEFAULT_BUS_WIDTH
874         int
875         depends on FSL_ESDHC
876         default 1
877
878 config ESDHC_DETECT_QUIRK
879         bool "QIXIS-based eSDHC quirk detection"
880         depends on FSL_ESDHC && FSL_QIXIS
881
882 config FSL_ESDHC_IMX
883         bool "Freescale/NXP i.MX eSDHC controller support"
884         help
885           This selects support for the i.MX eSDHC (Enhanced Secure Digital Host
886           Controller) found on numerous Freescale/NXP SoCs.
887
888 config SYS_FSL_ESDHC_HAS_DDR_MODE
889         bool "i.MX eSDHC controller supports DDR mode"
890         depends on FSL_ESDHC_IMX
891
892 config FSL_USDHC
893         bool "Freescale/NXP i.MX uSDHC controller support"
894         depends on MX6 || MX7 ||ARCH_MX7ULP || IMX8 || IMX8M || IMX8ULP || IMX9 || IMXRT
895         select FSL_ESDHC_IMX
896         help
897           This enables the Ultra Secured Digital Host Controller enhancements
898
899 config FSL_ESDHC_PIN_MUX
900         bool "Perform esdhc device-tree fixup"
901         depends on (FSL_ESDHC || FSL_ESDHC_IMX) && OF_LIBFDT
902
903 endmenu
904
905 config SYS_FSL_ERRATUM_ESDHC111
906         bool
907
908 config SYS_FSL_ERRATUM_ESDHC13
909         bool
910
911 config SYS_FSL_ERRATUM_ESDHC135
912         bool
913
914 config SYS_FSL_ERRATUM_ESDHC_A001
915         bool
916
917 config SYS_FSL_ERRATUM_A011334
918         bool
919
920 config SYS_FSL_ESDHC_UNRELIABLE_PULSE_DETECTION_WORKAROUND
921         bool
This page took 0.079962 seconds and 4 git commands to generate.