Remove CONFIG_VT_UNICODE
Since default_utf8 is already a sysfs attribute, having an extra CONFIG_VT_UNICODE compile-time option is redundant, since sysfs attributes can be set at boot and run time. Also let Linux VCs default to UTF-8 (as per the discussion at http://lkml.org/lkml/2007/9/6/99). Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> Cc: Bill Nottingham <notting@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
b7c698f755
commit
77bf2bab91
@@ -158,11 +158,7 @@ static void blank_screen_t(unsigned long dummy);
|
||||
static void set_palette(struct vc_data *vc);
|
||||
|
||||
static int printable; /* Is console ready for printing? */
|
||||
#ifdef CONFIG_VT_UNICODE
|
||||
int default_utf8 = 1;
|
||||
#else
|
||||
int default_utf8;
|
||||
#endif
|
||||
int default_utf8 = true;
|
||||
module_param(default_utf8, int, S_IRUGO | S_IWUSR);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user