-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKconfig.L4
42 lines (33 loc) · 941 Bytes
/
Kconfig.L4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
menu "eMMC driver"
config EMMC_DRV_SDHCI_BCM2711
bool "Support SDHCI for bcm2711"
help
Enable support for bcm2711 SD/MMC controllers which can be found on
Raspberry Pi platforms.
Enabling this option adds a build dependency to bcm2835_mbox-driver.
config EMMC_DRV_SDHCI_USDHC
bool "Support uSDHC for i.MX8"
default y
help
Enable support for uSDHC which can be found on i.MX6 / i.MX8.
config EMMC_DRV_SDHCI_PLAIN
bool "Support SDHCI with QEMU"
default y
help
Enable support for SDHCI SD/MMC controllers emulated by QEMU.
config EMMC_DRV_SDHI
bool
config EMMC_DRV_SDHI_RCAR3
bool "Support SDHI for RCar3"
default y
select EMMC_DRV_SDHI
help
Enable support for SDHI which can be found on RCar3 platforms.
config EMMC_DRV_SDHI_RCAR3_EMU
bool "Support SDHI for RCar3 emulator"
default y
select EMMC_DRV_SDHI
help
Enable support for SDHI connected to the RCar3 emulator.
If unsure, say N.
endmenu