From: Frieder Schrempf <redacted>
The FEC ethernet controller is used in some ARM64 SoCs such as i.MX8.
To make use of it, append ARM64 to the list of dependencies.
Signed-off-by: Frieder Schrempf <redacted>
---
drivers/net/ethernet/freescale/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -23,7 +23,7 @@ if NET_VENDOR_FREESCALEconfigFECtristate"FEC ethernet controller (of ColdFire and some i.MX CPUs)"depends on(M523x||M527x||M5272||M528x||M520x||M532x||\-ARCH_MXC||SOC_IMX28||COMPILE_TEST)+ARCH_MXC||ARM64||SOC_IMX28||COMPILE_TEST)defaultARCH_MXC||SOC_IMX28ifARMselectPHYLIBimplyPTP_1588_CLOCK
Hi Frieder,
On Wed, Aug 7, 2019 at 9:04 AM Schrempf Frieder
[off-list ref] wrote:
From: Frieder Schrempf <redacted>
The FEC ethernet controller is used in some ARM64 SoCs such as i.MX8.
To make use of it, append ARM64 to the list of dependencies.
ARCH_MXC is also used by i.MX8, so there is no need for such change.
By the way: arch/arm64/configs/defconfig has CONFIG_FEC=y by default.
Hi Frieder,
On Wed, Aug 7, 2019 at 9:04 AM Schrempf Frieder
[off-list ref] wrote:
quoted
From: Frieder Schrempf <redacted>
The FEC ethernet controller is used in some ARM64 SoCs such as i.MX8.
To make use of it, append ARM64 to the list of dependencies.
ARCH_MXC is also used by i.MX8, so there is no need for such change.
You're right of course. I somehow managed to mess up my defconfig. I
started over with a clean config from arch/arm64/configs/defconfig and
everything seems fine now. Sorry for the noise.
By the way: arch/arm64/configs/defconfig has CONFIG_FEC=y by default.