diff options
author | Christoph Hellwig <hch@lst.de> | 2019-08-13 09:24:47 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2019-08-16 11:33:56 -0700 |
commit | c116954b2c9707f540eca852b3b86a087dffa4b4 (patch) | |
tree | 8ffe0785865a5359dbec157070ac1fc99b55c463 /drivers/char/Kconfig | |
parent | 4189ff23489e6688ef4c7f5109df0cebbad425b1 (diff) | |
download | linux-c116954b2c9707f540eca852b3b86a087dffa4b4.tar.gz linux-c116954b2c9707f540eca852b3b86a087dffa4b4.tar.bz2 linux-c116954b2c9707f540eca852b3b86a087dffa4b4.zip |
char: remove the SGI snsc driver
The SGI SN2 support is about to be removed. Remove this driver that
depends on the SN2 support.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lkml.kernel.org/r/20190813072514.23299-2-hch@lst.de
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 3e866885a405..c9fbbc6a3967 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig @@ -26,14 +26,6 @@ config DEVKMEM kind of kernel debugging operations. When in doubt, say "N". -config SGI_SNSC - bool "SGI Altix system controller communication support" - depends on (IA64_SGI_SN2 || IA64_GENERIC) - help - If you have an SGI Altix and you want to enable system - controller communication from user space (you want this!), - say Y. Otherwise, say N. - config SGI_TIOCX bool "SGI TIO CX driver support" depends on (IA64_SGI_SN2 || IA64_GENERIC) |