lkml.org 
[lkml]   [2004]   [Sep]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[patch 1/1] Refer to CONFIG_USERMODE, not to CONFIG_UM
From
Date

Correct one Kconfig dependency, which should refer to CONFIG_USERMODE rather
than to CONFIG_UM.
We should also figure out how to make the config process work better for UML.
We would like to make UML able to "source drivers/Kconfig" and have the right
drivers selectable (i.e. LVM, ramdisk, and so on) and the ones for actual
hardware excluded. I've been reading such a request even from Jeff Dike at the
last Kernel Summit, (in the lwn.net coverage) but without any followup.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade_spam@yahoo.it>
---

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

diff -puN drivers/char/Kconfig~CONFIG_UM-is-USERMODE drivers/char/Kconfig
--- linux-2.6.9-current/drivers/char/Kconfig~CONFIG_UM-is-USERMODE 2004-09-10 19:08:43.631737936 +0200
+++ linux-2.6.9-current-paolo/drivers/char/Kconfig 2004-09-10 19:08:43.633737632 +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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:06    [W:0.027 / U:0.232 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site