mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
d6b97e58a7
PD#SWPL-119703 Problem: support CQE Solution: support CQE Verify: T5m Change-Id: Iaf97dac88e1cafbd8b897506dd044e3a3518a593 Signed-off-by: Long <long.yu@amlogic.com>
20 lines
889 B
Plaintext
20 lines
889 B
Plaintext
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
config AMLOGIC_MMC_MESON_GX
|
|
tristate "Amlogic S905/GX*/AXG SD/MMC Host Controller support"
|
|
depends on MMC
|
|
help
|
|
This selects support for the Amlogic SD/MMC Host Controller
|
|
found on the S905/GX*/AXG family of SoCs. This controller is
|
|
MMC 5.1 compliant and supports SD, eMMC and SDIO interfaces.
|
|
If you have a controller with this interface, say Y here.
|
|
|
|
config AMLOGIC_MMC_CQHCI
|
|
tristate "Amlogic MMC CQHCI Host Controller support"
|
|
depends on MMC_CQHCI
|
|
help
|
|
This selects support for the Amlogic MMC CQHCI Host Controller
|
|
found on the P1/A5/T5M/*/ family of SoCs. This controller is
|
|
MMC 5.1 compliant and supports SD, eMMC and SDIO interfaces.
|
|
If you have a controller with this interface, say Y here.
|