Kconfig (2ac5e38ea4203852d6e99edd3cf11f044b0a409f) | Kconfig (efe81bea891586680a928ea5dde40eb1fff34be2) |
---|---|
1# 2# PHY 3# 4 5menu "PHY Subsystem" 6 7config GENERIC_PHY 8 bool "PHY Core" --- 30 unchanged lines hidden (view full) --- 39 select GENERIC_PHY 40 help 41 This option enables support for APM X-Gene SoC multi-purpose PHY. 42 43source "drivers/phy/allwinner/Kconfig" 44source "drivers/phy/amlogic/Kconfig" 45source "drivers/phy/broadcom/Kconfig" 46source "drivers/phy/cadence/Kconfig" | 1# 2# PHY 3# 4 5menu "PHY Subsystem" 6 7config GENERIC_PHY 8 bool "PHY Core" --- 30 unchanged lines hidden (view full) --- 39 select GENERIC_PHY 40 help 41 This option enables support for APM X-Gene SoC multi-purpose PHY. 42 43source "drivers/phy/allwinner/Kconfig" 44source "drivers/phy/amlogic/Kconfig" 45source "drivers/phy/broadcom/Kconfig" 46source "drivers/phy/cadence/Kconfig" |
47source "drivers/phy/freescale/Kconfig" |
|
47source "drivers/phy/hisilicon/Kconfig" 48source "drivers/phy/lantiq/Kconfig" 49source "drivers/phy/marvell/Kconfig" 50source "drivers/phy/mediatek/Kconfig" 51source "drivers/phy/motorola/Kconfig" 52source "drivers/phy/mscc/Kconfig" 53source "drivers/phy/qualcomm/Kconfig" 54source "drivers/phy/ralink/Kconfig" 55source "drivers/phy/renesas/Kconfig" 56source "drivers/phy/rockchip/Kconfig" 57source "drivers/phy/samsung/Kconfig" 58source "drivers/phy/socionext/Kconfig" 59source "drivers/phy/st/Kconfig" 60source "drivers/phy/tegra/Kconfig" 61source "drivers/phy/ti/Kconfig" 62 63endmenu | 48source "drivers/phy/hisilicon/Kconfig" 49source "drivers/phy/lantiq/Kconfig" 50source "drivers/phy/marvell/Kconfig" 51source "drivers/phy/mediatek/Kconfig" 52source "drivers/phy/motorola/Kconfig" 53source "drivers/phy/mscc/Kconfig" 54source "drivers/phy/qualcomm/Kconfig" 55source "drivers/phy/ralink/Kconfig" 56source "drivers/phy/renesas/Kconfig" 57source "drivers/phy/rockchip/Kconfig" 58source "drivers/phy/samsung/Kconfig" 59source "drivers/phy/socionext/Kconfig" 60source "drivers/phy/st/Kconfig" 61source "drivers/phy/tegra/Kconfig" 62source "drivers/phy/ti/Kconfig" 63 64endmenu |