aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@openbsd.org>2023-07-14 22:21:42 +0200
committerTom Rini <trini@konsulko.com>2023-08-14 17:51:51 -0400
commitb99c6357877da2829dc7fd73a50048e83abc53e2 (patch)
treef898d1a2dff5e2718e6a833c76d30930eb988bf9 /arch/arm/Kconfig
parent815ce125a4a0a2f17ed5fee900b80954542b360c (diff)
downloadu-boot-b99c6357877da2829dc7fd73a50048e83abc53e2.zip
u-boot-b99c6357877da2829dc7fd73a50048e83abc53e2.tar.gz
u-boot-b99c6357877da2829dc7fd73a50048e83abc53e2.tar.bz2
phy: Add support for the Apple Type-C PHY
This is merely a dummy driver that makes sure the DWC3 XHCI driver finds its reset and PHY controllers. We rely on iBoot to set up the PHY for us. Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 97c25b4..36ee1e9 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -998,6 +998,7 @@ config ARCH_APPLE
select OF_BOARD_SETUP
select OF_CONTROL
select PCI
+ select PHY
select PINCTRL
select POSITION_INDEPENDENT
select POWER_DOMAIN