diff options
Diffstat (limited to 'drivers/staging/sxg/Kconfig')
-rw-r--r-- | drivers/staging/sxg/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/staging/sxg/Kconfig b/drivers/staging/sxg/Kconfig new file mode 100644 index 000000000000..6e6cf0b9ef99 --- /dev/null +++ b/drivers/staging/sxg/Kconfig @@ -0,0 +1,11 @@ +config SXG + tristate "Alacritech SLIC Technology Non-Accelerated 10Gbe support" + depends on PCI && NETDEV_10000 + depends on X86 + default n + help + This driver supports the Alacritech SLIC Technology Non-Accelerated + 10Gbe network cards. + + To compile this driver as a module, choose + M here: the module will be called sxg. |