1# SPDX-License-Identifier: GPL-2.0-only 2# 3# MMC/SD host controller drivers 4# 5 6config MMC_DW_ROCKCHIP 7 tristate "Rockchip specific extensions for Synopsys DW Memory Card Interface" 8 depends on MMC_DW && ARCH_ROCKCHIP 9 select MMC_DW_PLTFM 10 help 11 This selects support for Rockchip SoC specific extensions to the 12 Synopsys DesignWare Memory Card Interface driver. Select this option 13 for platforms based on RK3066, RK3188 and RK3288 SoC's. 14 15