]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/um/Kconfig
[PATCH] uml: comment the initialization of a global
[mv-sheeva.git] / arch / um / Kconfig
index 5ac1f2963ae383e391cb601c730ed645e0707b6a..b3a21ba77cd2a40f9784d3e5d86fe53dfb1fed67 100644 (file)
@@ -16,6 +16,9 @@ config MMU
        bool
        default y
 
+config NO_IOMEM
+       def_bool y
+
 mainmenu "Linux/Usermode Kernel Configuration"
 
 config ISA
@@ -47,6 +50,11 @@ config GENERIC_CALIBRATE_DELAY
        bool
        default y
 
+config GENERIC_BUG
+       bool
+       default y
+       depends on BUG
+
 # Used in kernel/irq/manage.c and include/linux/irq.h
 config IRQ_RELEASE_METHOD
        bool