linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / um / Kconfig
index 43ba3cc..bdf4519 100644 (file)
@@ -1,8 +1,3 @@
-config DEFCONFIG_LIST
-       string
-       option defconfig_list
-       default "arch/$ARCH/defconfig"
-
 # UML uses the generic IRQ sugsystem
 config GENERIC_HARDIRQS
        bool
@@ -27,9 +22,6 @@ config SBUS
 config PCI
        bool
 
-config PCMCIA
-       bool
-
 config GENERIC_CALIBRATE_DELAY
        bool
        default y
@@ -62,6 +54,20 @@ config STATIC_LINK
        chroot, and you disable CONFIG_MODE_TT, you probably want to say Y
        here.
 
+config HOST_2G_2G
+       bool "2G/2G host address space split"
+       default n
+       depends on MODE_TT
+       help
+       This is needed when the host on which you run has a 2G/2G memory
+       split, instead of the customary 3G/1G.
+
+       Note that to enable such a host
+       configuration, which makes sense only in some cases, you need special
+       host patches.
+
+       So, if you do not know what to do here, say 'N'.
+
 config KERNEL_HALF_GIGS
        int "Kernel address space size (in .5G units)"
        default "1"