1# SPDX-License-Identifier: GPL-2.0 2# 3# Unisys visornic configuration 4# 5 6config UNISYS_VISORNIC 7 tristate "Unisys visornic driver" 8 depends on UNISYSSPAR && UNISYS_VISORBUS && NET 9 help 10 The Unisys Visornic driver provides support for s-Par network 11 devices exposed on the s-Par visorbus. When a message is sent 12 to visorbus to create a network device, the probe function of 13 visornic is called to create the netdev device. Networking on 14 s-Par switches will not work if this driver is not selected. 15 If you say Y here, you will enable the Unisys visornic driver. 16 17