diff options
author | Christoph Hellwig <hch@lst.de> | 2019-08-13 10:24:48 +0300 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2019-08-16 21:33:56 +0300 |
commit | 8334d1d415737198f64b0d31edb5daa0f14bb1e5 (patch) | |
tree | 1ec73307d3c124c90d25076e542d7f82257a315e /drivers/char/Kconfig | |
parent | c116954b2c9707f540eca852b3b86a087dffa4b4 (diff) | |
download | linux-8334d1d415737198f64b0d31edb5daa0f14bb1e5.tar.xz |
char: remove the SGI tiocx/mbcs 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-3-hch@lst.de
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index c9fbbc6a3967..96156c729a31 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig @@ -26,20 +26,6 @@ config DEVKMEM kind of kernel debugging operations. When in doubt, say "N". -config SGI_TIOCX - bool "SGI TIO CX driver support" - depends on (IA64_SGI_SN2 || IA64_GENERIC) - help - If you have an SGI Altix and you have fpga devices attached - to your TIO, say Y here, otherwise say N. - -config SGI_MBCS - tristate "SGI FPGA Core Services driver support" - depends on SGI_TIOCX - help - If you have an SGI Altix with an attached SABrick - say Y or M here, otherwise say N. - source "drivers/tty/serial/Kconfig" source "drivers/tty/serdev/Kconfig" |