X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fum%2FKconfig;fp=arch%2Fum%2FKconfig;h=bdf451922cff2827af9d5f9cc0c478a4513fffbd;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=43ba3cc119bee95b48d06945f62ed1bd506928d9;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/arch/um/Kconfig b/arch/um/Kconfig index 43ba3cc11..bdf451922 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig @@ -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"