mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 00:06:36 +00:00

The Intel eMMC PHY is only present on Intel Lightning Mountain SoCs. Add an architecture dependency to the PHY_INTEL_EMMC config symbol, to avoid asking the user about it when configuring a kernel for a non-x86 architecture. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20200507113626.24026-3-geert+renesas@glider.be Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
10 lines
255 B
Text
10 lines
255 B
Text
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Phy drivers for Intel Lightning Mountain(LGM) platform
|
|
#
|
|
config PHY_INTEL_EMMC
|
|
tristate "Intel EMMC PHY driver"
|
|
depends on X86 || COMPILE_TEST
|
|
select GENERIC_PHY
|
|
help
|
|
Enable this to support the Intel EMMC PHY
|