2d7197f412
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 <xiyou.wangcong@gmail.com> Cc: Sam Ravnborg <sam@ravnborg.org> Cc: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
42 lines
629 B
ReStructuredText
42 lines
629 B
ReStructuredText
source "init/Kconfig"
|
|
|
|
source "kernel/Kconfig.freezer"
|
|
|
|
source "drivers/block/Kconfig"
|
|
|
|
source "arch/um/Kconfig.char"
|
|
|
|
source "drivers/base/Kconfig"
|
|
|
|
source "net/Kconfig"
|
|
|
|
source "arch/um/Kconfig.net"
|
|
|
|
source "drivers/net/Kconfig"
|
|
|
|
source "drivers/connector/Kconfig"
|
|
|
|
source "fs/Kconfig"
|
|
|
|
source "security/Kconfig"
|
|
|
|
source "crypto/Kconfig"
|
|
|
|
source "lib/Kconfig"
|
|
|
|
source "drivers/scsi/Kconfig"
|
|
|
|
source "drivers/md/Kconfig"
|
|
|
|
if BROKEN
|
|
source "drivers/mtd/Kconfig"
|
|
endif
|
|
|
|
source "drivers/leds/Kconfig"
|
|
|
|
#This is just to shut up some Kconfig warnings, so no prompt.
|
|
config INPUT
|
|
tristate
|
|
default n
|
|
|
|
source "arch/um/Kconfig.debug"
|