Signed-off-by: Kenny Cheung <kenny.cheung@elitestek.com> Signed-off-by: Mohamad Noor Alim Hussin <mnalim@efinixinc.com>
19 lines
361 B
Plaintext
19 lines
361 B
Plaintext
|
|
|
|
config NET_VENDOR_EFINIX
|
|
bool "Efinix devices"
|
|
default y
|
|
help
|
|
type 'N' to to skip all configuration about Efinix
|
|
|
|
if NET_VENDOR_EFINIX
|
|
|
|
config EFINIX_TSEMAC
|
|
tristate "Efinix Triple Speed Ethernet MAC support"
|
|
depends on HAS_IOMEM
|
|
select PHYLINK
|
|
help
|
|
This driver supports the Triple Spped Ethernet MAC Core from Efinix.
|
|
|
|
endif # NET_VENDOR_EFINIX
|