61bee20445
Teach scripts/kconfig/Makefile and top-level Makefile that arch/*/Makefile is allowed to say Kconfig := <whatever I want instead of arch/blah/Kconfig>. Rewrite arch/um/Kconfig and arch/um/Kconfig.<subarch> so that the latter would be top-level one (and include the pieces of the former). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
42 lines
625 B
ReStructuredText
42 lines
625 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
|
|
bool
|
|
default n
|
|
|
|
source "arch/um/Kconfig.debug"
|