1# SPDX-License-Identifier: GPL-2.0-only 2config DWMAC_ROCKCHIP 3 tristate "Rockchip dwmac support" 4 default ARCH_ROCKCHIP 5 depends on OF && (ARCH_ROCKCHIP || COMPILE_TEST) 6 select MFD_SYSCON 7 help 8 Support for Ethernet controller on Rockchip RK3288 SoC. 9 10 This selects the Rockchip RK3288 SoC glue layer support for 11 the stmmac device driver. 12