2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2011-06-22 00:55:27 +00:00
|
|
|
#
|
|
|
|
# Faraday device configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
config NET_VENDOR_FARADAY
|
|
|
|
bool "Faraday devices"
|
2011-08-23 08:29:52 +00:00
|
|
|
default y
|
2017-10-25 07:55:04 +00:00
|
|
|
depends on ARM || NDS32 || COMPILE_TEST
|
2020-06-13 16:50:22 +00:00
|
|
|
help
|
2015-06-21 20:28:02 +00:00
|
|
|
If you have a network (Ethernet) card belonging to this class, say Y.
|
2011-06-22 00:55:27 +00:00
|
|
|
|
|
|
|
Note that the answer to this question doesn't directly affect the
|
|
|
|
kernel: saying N will just cause the configurator to skip all
|
|
|
|
the questions about Faraday cards. If you say Y, you will be asked for
|
|
|
|
your specific card in the following questions.
|
|
|
|
|
|
|
|
if NET_VENDOR_FARADAY
|
|
|
|
|
|
|
|
config FTMAC100
|
|
|
|
tristate "Faraday FTMAC100 10/100 Ethernet support"
|
2017-10-25 07:55:04 +00:00
|
|
|
depends on ARM || NDS32 || COMPILE_TEST
|
|
|
|
depends on !64BIT || BROKEN
|
2011-06-22 00:55:27 +00:00
|
|
|
select MII
|
2020-06-13 16:50:22 +00:00
|
|
|
help
|
2011-06-22 00:55:27 +00:00
|
|
|
This driver supports the FTMAC100 10/100 Ethernet controller
|
|
|
|
from Faraday. It is used on Faraday A320, Andes AG101 and some
|
|
|
|
other ARM/NDS32 SoC's.
|
|
|
|
|
|
|
|
config FTGMAC100
|
|
|
|
tristate "Faraday FTGMAC100 Gigabit Ethernet support"
|
2017-10-25 07:55:04 +00:00
|
|
|
depends on ARM || NDS32 || COMPILE_TEST
|
|
|
|
depends on !64BIT || BROKEN
|
2011-06-22 00:55:27 +00:00
|
|
|
select PHYLIB
|
2019-07-31 05:39:59 +00:00
|
|
|
select MDIO_ASPEED if MACH_ASPEED_G6
|
2020-12-03 23:20:37 +00:00
|
|
|
select CRC32
|
2020-06-13 16:50:22 +00:00
|
|
|
help
|
2011-06-22 00:55:27 +00:00
|
|
|
This driver supports the FTGMAC100 Gigabit Ethernet controller
|
|
|
|
from Faraday. It is used on Faraday A369, Andes AG102 and some
|
|
|
|
other ARM/NDS32 SoC's.
|
|
|
|
|
|
|
|
endif # NET_VENDOR_FARADAY
|