From: blaisorblade_spam@yahoo.it Drop a config option which has disappeared from all archs. Btw, this shouldn't be in the UML-specific part, but since we cannot include generic Kconfigs to avoid problem with hardware-related configs, it's duplicated for now. Signed-off-by: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton --- 25-akpm/arch/um/Kconfig_char | 5 ----- 1 files changed, 5 deletions(-) diff -puN arch/um/Kconfig_char~uml-remove-commented-old-code-in-kconfig arch/um/Kconfig_char --- 25/arch/um/Kconfig_char~uml-remove-commented-old-code-in-kconfig 2004-09-11 16:44:59.202732744 -0700 +++ 25-akpm/arch/um/Kconfig_char 2004-09-11 16:44:59.205732288 -0700 @@ -158,11 +158,6 @@ config LEGACY_PTY_COUNT When not in use, each legacy PTY occupies 12 bytes on 32-bit architectures and 24 bytes on 64-bit architectures. -#config UNIX98_PTY_COUNT -# int "Maximum number of Unix98 PTYs in use (0-2048)" -# depends on UNIX98_PTYS -# default "256" - config WATCHDOG bool "Watchdog Timer Support" _