diff options
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 52ea94b891f5..6a3d3af45c59 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -439,6 +439,14 @@ config SGI_MBCS | |||
439 | If you have an SGI Altix with an attached SABrick | 439 | If you have an SGI Altix with an attached SABrick |
440 | say Y or M here, otherwise say N. | 440 | say Y or M here, otherwise say N. |
441 | 441 | ||
442 | config MSPEC | ||
443 | tristate "Memory special operations driver" | ||
444 | depends on IA64 | ||
445 | help | ||
446 | If you have an ia64 and you want to enable memory special | ||
447 | operations support (formerly known as fetchop), say Y here, | ||
448 | otherwise say N. | ||
449 | |||
442 | source "drivers/serial/Kconfig" | 450 | source "drivers/serial/Kconfig" |
443 | 451 | ||
444 | config UNIX98_PTYS | 452 | config UNIX98_PTYS |