]> Git Repo - linux.git/blob - drivers/phy/amlogic/Kconfig
ACPI / scan: Use acpi_bus_get_status() to initialize ACPI_TYPE_DEVICE devs
[linux.git] / drivers / phy / amlogic / Kconfig
1 #
2 # Phy drivers for Amlogic platforms
3 #
4 config PHY_MESON8B_USB2
5         tristate "Meson8, Meson8b and GXBB USB2 PHY driver"
6         default ARCH_MESON
7         depends on OF && (ARCH_MESON || COMPILE_TEST)
8         depends on USB_SUPPORT
9         select USB_COMMON
10         select GENERIC_PHY
11         help
12           Enable this to support the Meson USB2 PHYs found in Meson8,
13           Meson8b and GXBB SoCs.
14           If unsure, say N.
15
16 config PHY_MESON_GXL_USB2
17         tristate "Meson GXL and GXM USB2 PHY drivers"
18         default ARCH_MESON
19         depends on OF && (ARCH_MESON || COMPILE_TEST)
20         depends on USB_SUPPORT
21         select USB_COMMON
22         select GENERIC_PHY
23         select REGMAP_MMIO
24         help
25           Enable this to support the Meson USB2 PHYs found in Meson
26           GXL and GXM SoCs.
27           If unsure, say N.
This page took 0.040194 seconds and 4 git commands to generate.