[patch 1/1] Refer to CONFIG_USERMODE, not to CONFIG_UM

From: blaisorblade_spam
Date: Mon Aug 30 2004 - 14:51:47 EST



Correct one Kconfig dependency, which should refer to CONFIG_USERMODE rather
than to CONFIG_UM.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade_spam@xxxxxxxx>
---

vanilla-linux-2.6.8.1-paolo/drivers/char/Kconfig | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/char/Kconfig~CONFIG_UM-is-USERMODE drivers/char/Kconfig
--- vanilla-linux-2.6.8.1/drivers/char/Kconfig~CONFIG_UM-is-USERMODE 2004-08-30 16:06:58.826847672 +0200
+++ vanilla-linux-2.6.8.1-paolo/drivers/char/Kconfig 2004-08-30 16:06:58.829847216 +0200
@@ -59,7 +59,7 @@ config VT_CONSOLE

config HW_CONSOLE
bool
- depends on VT && !S390 && !UM
+ depends on VT && !S390 && !USERMODE
default y

config SERIAL_NONSTANDARD
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/