diff options
Diffstat (limited to 'drivers/staging/slicoss/Kconfig')
-rw-r--r-- | drivers/staging/slicoss/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/staging/slicoss/Kconfig b/drivers/staging/slicoss/Kconfig new file mode 100644 index 00000000000..d2993d339bc --- /dev/null +++ b/drivers/staging/slicoss/Kconfig @@ -0,0 +1,14 @@ +config SLICOSS + tristate "Alacritech Gigabit IS-NIC support" + depends on PCI && X86 && NETDEV_1000 + default n + help + This driver supports Alacritech's IS-NIC gigabit ethernet cards. + + This includes the following devices: + Mojave cards (single port PCI Gigabit) both copper and fiber + Oasis cards (single and dual port PCI-x Gigabit) copper and fiber + Kalahari cards (dual and quad port PCI-e Gigabit) copper and fiber + + To compile this driver as a module, choose M here: the module + will be called slicoss. |