]> err.no Git - linux-2.6/blobdiff - arch/um/Kconfig
[IPSEC]: changing API of xfrm6_tunnel_register
[linux-2.6] / arch / um / Kconfig
index 50fb89e3d95dbb7a299ef3fa4eb5ed4f06b1c906..b3a21ba77cd2a40f9784d3e5d86fe53dfb1fed67 100644 (file)
@@ -1,3 +1,8 @@
+config DEFCONFIG_LIST
+       string
+       option defconfig_list
+       default "arch/$ARCH/defconfig"
+
 # UML uses the generic IRQ sugsystem
 config GENERIC_HARDIRQS
        bool
@@ -11,6 +16,9 @@ config MMU
        bool
        default y
 
+config NO_IOMEM
+       def_bool y
+
 mainmenu "Linux/Usermode Kernel Configuration"
 
 config ISA
@@ -42,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