mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
8dc6174e33
PD#SWPL-80142 Problem: fix compile problem Solution: fix compile problem Verify: Verified on AP222_S905Y4#005 Signed-off-by: Zhuo Wang <zhuo.wang@amlogic.com> Change-Id: If93e4917a4391c2252ecabb458fd8f9243139d20
12 lines
274 B
Plaintext
12 lines
274 B
Plaintext
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
config AMLOGIC_MDIO_G12A
|
|
tristate "Amlogic mdio mux g12a"
|
|
depends on OF_MDIO && HAS_IOMEM && COMMON_CLK
|
|
select MDIO_BUS_MUX
|
|
default n
|
|
help
|
|
Say Y here if you want to use the
|
|
amlogic internal phy.
|
|
|