X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fum%2FKconfig;h=6976812cfb184553bb93778bba38b2f3c01f922c;hb=c8d8a2321f9c4ee18fbcc399fdc2a77e580a03b9;hp=99e51d059a02286bb0a80fc25c05f48f64d10058;hpb=9914712e2e0f80ddcc00c928d3f7a5848d925e1e;p=linux-2.6-omap-h63xx.git diff --git a/arch/um/Kconfig b/arch/um/Kconfig index 99e51d059a0..6976812cfb1 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig @@ -203,17 +203,6 @@ config NR_CPUS depends on SMP default "32" -config NEST_LEVEL - int "Nesting level" - default "0" - help - This is set to the number of layers of UMLs that this UML will be run - in. Normally, this is zero, meaning that it will run directly on the - host. Setting it to one will build a UML that can run inside a UML - that is running on the host. Generally, if you intend this UML to run - inside another UML, set CONFIG_NEST_LEVEL to one more than the host - UML. - config HIGHMEM bool "Highmem support (EXPERIMENTAL)" depends on !64BIT && EXPERIMENTAL @@ -270,6 +259,8 @@ 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