mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
It provides the required configurations for Axiado eMMC PHY driver for HS200 mode. Signed-off-by: SriNavmani A <srinavmani@axiado.com> Co-developed-by: Prasad Bolisetty <pbolisetty@axiado.com> Signed-off-by: Prasad Bolisetty <pbolisetty@axiado.com> Signed-off-by: Tzu-Hao Wei <twei@axiado.com> Link: https://patch.msgid.link/20260504-axiado-ax3000-add-emmc-phy-driver-support-v3-2-3ab7eb45b0c5@axiado.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
12 lines
252 B
Plaintext
12 lines
252 B
Plaintext
#
|
|
# 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.
|