1# SPDX-License-Identifier: GPL-2.0
2#
3# Unisys SPAR driver configuration
4#
5menuconfig UNISYSSPAR
6	bool "Unisys SPAR driver support"
7	help
8	  Support for the Unisys SPAR drivers
9
10if UNISYSSPAR
11
12source "drivers/staging/unisys/visornic/Kconfig"
13source "drivers/staging/unisys/visorinput/Kconfig"
14source "drivers/staging/unisys/visorhba/Kconfig"
15
16endif # UNISYSSPAR
17