summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/Kconfig
diff options
context:
space:
mode:
authorDavid Kershner <david.kershner@unisys.com>2015-06-15 23:31:59 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-16 14:34:55 -0700
commit68905a14e49c97bf49dacd753e40ddd5b254e2ad (patch)
tree57cf395f6bd23a28eba7cf980711b72b03b28b92 /drivers/staging/unisys/Kconfig
parentdbb9d619941ad57dbe3c6667764e1eccd5ee5f1b (diff)
downloadop-kernel-dev-68905a14e49c97bf49dacd753e40ddd5b254e2ad.zip
op-kernel-dev-68905a14e49c97bf49dacd753e40ddd5b254e2ad.tar.gz
staging: unisys: Add s-Par visornic ethernet driver
This driver creates a network device when s-Par sends a device create message to create network adapter on the visorbus. When the message is received by visorbus, the visornic_probe function is called and the netdev device is created and managed by the visornic driver. Signed-off-by: David Kershner <david.kershner@unisys.com> Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys/Kconfig')
-rw-r--r--drivers/staging/unisys/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/unisys/Kconfig b/drivers/staging/unisys/Kconfig
index 0c3e9a1..778f9d0 100644
--- a/drivers/staging/unisys/Kconfig
+++ b/drivers/staging/unisys/Kconfig
@@ -12,5 +12,6 @@ menuconfig UNISYSSPAR
if UNISYSSPAR
source "drivers/staging/unisys/visorbus/Kconfig"
+source "drivers/staging/unisys/visornic/Kconfig"
endif # UNISYSSPAR
OpenPOWER on IntegriCloud