# SPDX-License-Identifier: GPL-2.0-only
#
# Phy drivers for m1000 platforms
#
config PHY_M1000_USB
	tristate "M1000 SoC USB PHY driver"
	depends on USB_SUPPORT
	select GENERIC_PHY
	select USB_COMMON
	help
	  Enable this to support the transceiver that is part of
	  M1000 SoCs.

	  To compile this driver as a module, choose M here: the
	  module will be called phy-m1000-usb.
