On 20/11/2024 08:50, Jacky Chou wrote: > AST2700 is a ARM 64-bit SoC and ftgmac100 adds support 64-bit > DMA capability in AST2700. > > Signed-off-by: Jacky Chou <jacky_chou@xxxxxxxxxxxxxx> > --- > drivers/net/ethernet/faraday/Kconfig | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/drivers/net/ethernet/faraday/Kconfig b/drivers/net/ethernet/faraday/Kconfig > index c699bd6bcbb9..d5a088d88c3d 100644 > --- a/drivers/net/ethernet/faraday/Kconfig > +++ b/drivers/net/ethernet/faraday/Kconfig > @@ -6,7 +6,7 @@ > config NET_VENDOR_FARADAY > bool "Faraday devices" > default y > - depends on ARM || COMPILE_TEST > + depends on ARM || ARM64 || COMPILE_TEST > help > If you have a network (Ethernet) card belonging to this class, say Y. > > @@ -28,8 +28,7 @@ config FTMAC100 > > config FTGMAC100 > tristate "Faraday FTGMAC100 Gigabit Ethernet support" > - depends on ARM || COMPILE_TEST > - depends on !64BIT || BROKEN Explain in commit msg how did you unbreak it. Better, combine it with commit which actually fixes broken 64bit. Best regards, Krzysztof