diff options
Diffstat (limited to 'drivers/net/ethernet/samsung/Kconfig')
-rw-r--r-- | drivers/net/ethernet/samsung/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/net/ethernet/samsung/Kconfig b/drivers/net/ethernet/samsung/Kconfig new file mode 100644 index 000000000000..7902341f2623 --- /dev/null +++ b/drivers/net/ethernet/samsung/Kconfig | |||
@@ -0,0 +1,16 @@ | |||
1 | # | ||
2 | # Samsung Ethernet device configuration | ||
3 | # | ||
4 | |||
5 | config NET_VENDOR_SAMSUNG | ||
6 | bool "Samsung Ethernet device" | ||
7 | default y | ||
8 | ---help--- | ||
9 | This is the driver for the SXGBE 10G Ethernet IP block found on Samsung | ||
10 | platforms. | ||
11 | |||
12 | if NET_VENDOR_SAMSUNG | ||
13 | |||
14 | source "drivers/net/ethernet/samsung/sxgbe/Kconfig" | ||
15 | |||
16 | endif # NET_VENDOR_SAMSUNG | ||