1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Phy drivers for Lantiq / Intel platforms 4# 5config PHY_LANTIQ_RCU_USB2 6 tristate "Lantiq XWAY SoC RCU based USB PHY" 7 depends on OF && (SOC_TYPE_XWAY || COMPILE_TEST) 8 select GENERIC_PHY 9 help 10 Support for the USB PHY(s) on the Lantiq / Intel XWAY family SoCs. 11