Kconfig (ca2d13ec6ee9c3d7edc6563dc753f891521f791b) | Kconfig (e4bf1b0970ef96135c78c7dcf4e14484ce3b9804) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# MMC/SD host controller drivers 4# 5 6comment "MMC/SD/SDIO Host Controller Drivers" 7 8config MMC_DEBUG --- 391 unchanged lines hidden (view full) --- 400 depends on ARCH_MESON && MMC 401 help 402 This selects support for the Amlogic SD/MMC Host Controller 403 found on the S905/GX*/AXG family of SoCs. This controller is 404 MMC 5.1 compliant and supports SD, eMMC and SDIO interfaces. 405 406 If you have a controller with this interface, say Y here. 407 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# MMC/SD host controller drivers 4# 5 6comment "MMC/SD/SDIO Host Controller Drivers" 7 8config MMC_DEBUG --- 391 unchanged lines hidden (view full) --- 400 depends on ARCH_MESON && MMC 401 help 402 This selects support for the Amlogic SD/MMC Host Controller 403 found on the S905/GX*/AXG family of SoCs. This controller is 404 MMC 5.1 compliant and supports SD, eMMC and SDIO interfaces. 405 406 If you have a controller with this interface, say Y here. 407 |
408config MMC_MESON_MX_SDHC 409 tristate "Amlogic Meson SDHC Host Controller support" 410 depends on (ARM && ARCH_MESON) || COMPILE_TEST 411 depends on COMMON_CLK 412 depends on OF 413 help 414 This selects support for the SDHC Host Controller on 415 Amlogic Meson6, Meson8, Meson8b and Meson8m2 SoCs. 416 The controller supports the SD/SDIO Spec 3.x and eMMC Spec 4.5x 417 with 1, 4, and 8 bit bus widths. 418 419 If you have a controller with this interface, say Y or M here. 420 If unsure, say N. 421 |
|
408config MMC_MESON_MX_SDIO 409 tristate "Amlogic Meson6/Meson8/Meson8b SD/MMC Host Controller support" 410 depends on ARCH_MESON || COMPILE_TEST 411 depends on COMMON_CLK 412 depends on OF 413 help 414 This selects support for the SD/MMC Host Controller on 415 Amlogic Meson6, Meson8 and Meson8b SoCs. --- 645 unchanged lines hidden --- | 422config MMC_MESON_MX_SDIO 423 tristate "Amlogic Meson6/Meson8/Meson8b SD/MMC Host Controller support" 424 depends on ARCH_MESON || COMPILE_TEST 425 depends on COMMON_CLK 426 depends on OF 427 help 428 This selects support for the SD/MMC Host Controller on 429 Amlogic Meson6, Meson8 and Meson8b SoCs. --- 645 unchanged lines hidden --- |