17 lines
319 B
Plaintext
17 lines
319 B
Plaintext
#
|
|
# Samsung Ethernet device configuration
|
|
#
|
|
|
|
config NET_VENDOR_SAMSUNG
|
|
bool "Samsung Ethernet device"
|
|
default y
|
|
---help---
|
|
This is the driver for the SXGBE 10G Ethernet IP block found on Samsung
|
|
platforms.
|
|
|
|
if NET_VENDOR_SAMSUNG
|
|
|
|
source "drivers/net/ethernet/samsung/sxgbe/Kconfig"
|
|
|
|
endif # NET_VENDOR_SAMSUNG
|