mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-10 01:06:59 +02:00
This converts the following to Kconfig: CONFIG_ROCKCHIP_USB2_PHY Signed-off-by: Adam Ford <aford173@gmail.com>
18 lines
254 B
Plaintext
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"
|