lkml.org 
[lkml]   [2006]   [Nov]   [11]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateSat, 11 Nov 2006 12:28:41 +0000
FromRussell King <>
SubjectRe: 2.6.19-rc5: where can I select INPUT?
On Sat, Nov 11, 2006 at 03:18:41PM +0300, Andrey Borzenkov wrote:
> On Saturday 11 November 2006 14:25, Adrian Bunk wrote:
> > The rationale is that it usually doesn't make sense for users to disable
> > INPUT, and allowing it tends to cause some confusion.
> 
> I do not want to disable it. I want to make it module (OK it has the same 
> rationale - if you need it anyway why you do want to make it module etc). 
> This should be possible according to help text. It does not work. Direct 
> editing of .config silently reverts it back to y instead of m.

Welcome to the wonderful world of the 'select' kconfig statement.

config VT
        bool "Virtual terminal" if EMBEDDED
        select INPUT
        default y if !VIOCONS

This means if VT is selected, INPUT has to be 'y'.

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:  2.6 Serial core
-
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: 2006-11-11 12:33    [from the cache]
©2003-2008