ipq806x: revert SDC clock changes for NBG6817 MMC
[openwrt/openwrt.git] / target / linux / ipq806x / modules.mk
1 define KernelPackage/phy-qcom-ipq806x-usb
2 TITLE:=Qualcomm IPQ806x DWC3 USB PHY driver
3 DEPENDS:=@TARGET_ipq806x
4 KCONFIG:= CONFIG_PHY_QCOM_IPQ806X_USB
5 FILES:= \
6 $(LINUX_DIR)/drivers/phy/qualcomm/phy-qcom-ipq806x-usb.ko
7 AUTOLOAD:=$(call AutoLoad,45,phy-qcom-ipq806x-usb,1)
8 $(call AddDepends/usb)
9 endef
10
11 define KernelPackage/phy-qcom-ipq806x-usb/description
12 This driver provides support for the integrated DesignWare
13 USB3 IP Core within the QCOM SoCs.
14 endef
15
16 $(eval $(call KernelPackage,phy-qcom-ipq806x-usb))