u-boot-brain/drivers/usb/phy/Kconfig
Adam Ford 6574864df8 Convert CONFIG_ROCKCHIP_USB2_PHY to Kconfig
This converts the following to Kconfig:
   CONFIG_ROCKCHIP_USB2_PHY

Signed-off-by: Adam Ford <aford173@gmail.com>
2018-01-22 16:43:30 -05:00

18 lines
254 B
Plaintext

#
# (C) Copyright 2017
# Adam Ford, Logic PD, aford173@gmail.com
#
# SPDX-License-Identifier: GPL-2.0+
#
comment "USB Phy"
config TWL4030_USB
bool "TWL4030 PHY"
config OMAP_USB_PHY
bool "OMAP PHY"
config ROCKCHIP_USB2_PHY
bool "Rockchip USB2 PHY"