mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
6574864df8
This converts the following to Kconfig: CONFIG_ROCKCHIP_USB2_PHY Signed-off-by: Adam Ford <aford173@gmail.com>
17 lines
254 B
Text
17 lines
254 B
Text
#
|
|
# (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"
|