02 Nov, 2011

1 commit


22 Apr, 2009

1 commit

  • Got this warning from Kconfig:

    boolean symbol INPUT tested for 'm'? test forced to 'n'

    because INPUT is tristate, not bool.

    Signed-off-by: WANG Cong
    Cc: Sam Ravnborg
    Cc: Jeff Dike
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    WANG Cong
     

23 Oct, 2008

1 commit

  • Teach scripts/kconfig/Makefile and top-level Makefile that arch/*/Makefile
    is allowed to say Kconfig := .
    Rewrite arch/um/Kconfig and arch/um/Kconfig. so that the latter
    would be top-level one (and include the pieces of the former).

    Signed-off-by: Al Viro
    Signed-off-by: H. Peter Anvin

    Al Viro