Home
last modified time | relevance | path

Searched hist:"37 fcacb50be7071d146144a6c5c5bf0194b9a1cf" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/phy/freescale/
H A DKconfigdiff 37fcacb50be7071d146144a6c5c5bf0194b9a1cf Tue Mar 29 14:56:31 CEST 2022 Geert Uytterhoeven <geert+renesas@glider.be> phy: PHY_FSL_LYNX_28G should depend on ARCH_LAYERSCAPE

Freescale Layerscape Lynx 28G SerDes PHYs are only present on
Freescale/NXP Layerscape SoCs.

Move PHY_FSL_LYNX_28G outside the block for ARCH_MXC, as the latter
is meant for i.MX8 SoCs, which is a different family than Layerscape.
Add a dependency on ARCH_LAYERSCAPE, to prevent asking the user about
this driver when configuring a kernel without Layerscape SoC support.

Fixes: 02e2af20f4f9f2aa ("Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc")
Fixes: 8f73b37cf3fbda67 ("phy: add support for the Layerscape SerDes 28G")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>