xref: /linux/drivers/phy/cadence/Kconfig (revision c8b427edc7378fa540a03d44ed61eb49cb7f64bc)
1*c8b427edSScott Telford#
2*c8b427edSScott Telford# Phy driver for Cadence MHDP DisplayPort controller
3*c8b427edSScott Telford#
4*c8b427edSScott Telfordconfig PHY_CADENCE_DP
5*c8b427edSScott Telford	tristate "Cadence MHDP DisplayPort PHY driver"
6*c8b427edSScott Telford	depends on OF
7*c8b427edSScott Telford	depends on HAS_IOMEM
8*c8b427edSScott Telford	select GENERIC_PHY
9*c8b427edSScott Telford	help
10*c8b427edSScott Telford	  Support for Cadence MHDP DisplayPort PHY.
11