Sign in
linux
/
linux
/
kernel
/
git
/
gregkh
/
usb
/
refs/heads/main
/
.
/
drivers
/
phy
/
axiado
/
Kconfig
blob: d159e0345345987c7f48dcd12d3237997735d2b5 [
file
] [
edit
]
#
# PHY drivers for Axiado platforms
#
config PHY_AX3000_EMMC
tristate
"Axiado eMMC PHY driver"
depends on OF
&&
(
ARCH_AXIADO
||
COMPILE_TEST
)
select
GENERIC_PHY
help
Enables
this
to support
for
the AX3000 EMMC PHY driver
.
If
unsure
,
say N
.