aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sn/Kconfig
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-08-13 09:24:59 +0200
committerTony Luck <tony.luck@intel.com>2019-08-16 11:33:57 -0700
commitc9fa9c327b5228c516f4a8c54b91b711526e3e96 (patch)
treebbe75f9b996add23338c9752f94c93359b928ed4 /drivers/sn/Kconfig
parent42ab658fccb6e13748ff4cb8bf33d1a2fe3f934a (diff)
downloadlinux-c9fa9c327b5228c516f4a8c54b91b711526e3e96.tar.gz
drivers: remove the SGI SN2 IOC3 base support
The IOC3 is a multi-function chip seen on SGI SN2 and some SGI MIPS systems. This removes the last bit of SN2 specific support, while the bits used by the mips ports are still around (and being substantially rewritten at the moment). Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lkml.kernel.org/r/20190813072514.23299-14-hch@lst.de Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'drivers/sn/Kconfig')
-rw-r--r--drivers/sn/Kconfig22
1 files changed, 0 insertions, 22 deletions
diff --git a/drivers/sn/Kconfig b/drivers/sn/Kconfig
deleted file mode 100644
index a6c443d31a3ca2..00000000000000
--- a/drivers/sn/Kconfig
+++ /dev/null
@@ -1,22 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0-only
-#
-# Miscellaneous SN-specific devices
-#
-
-menu "SN Devices"
- depends on SGI_SN
-
-config SGI_IOC3
- tristate "SGI IOC3 Base IO support"
- default m
- ---help---
- This option enables basic support for the SGI IOC3-based Base IO
- controller card. This option does not enable any specific
- functions on such a card, but provides necessary infrastructure
- for other drivers to utilize.
-
- If you have an SGI Altix with an IOC3-based
- I/O controller or a PCI IOC3 serial card say Y.
- Otherwise say N.
-
-endmenu