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