Commit 5317e9c0 authored by Paolo \'Blaisorblade\' Giarrusso's avatar Paolo \'Blaisorblade\' Giarrusso Committed by Linus Torvalds

[PATCH] uml: mark broken configs

Some configuration options are known not to compile.  So then make them depend
on CONFIG_BROKEN.
Signed-off-by: default avatarPaolo 'Blaisorblade' Giarrusso <blaisorblade_spam@yahoo.it>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 88327e7c
...@@ -143,7 +143,6 @@ config SMP ...@@ -143,7 +143,6 @@ config SMP
will appear to be running simultaneously. If the host is a will appear to be running simultaneously. If the host is a
multiprocessor, then UML processes may run simultaneously, depending multiprocessor, then UML processes may run simultaneously, depending
on the host scheduler. on the host scheduler.
CONFIG_SMP will be set to whatever this option is set to.
It is safe to leave this unchanged. It is safe to leave this unchanged.
config NR_CPUS config NR_CPUS
...@@ -179,6 +178,7 @@ config KERNEL_HALF_GIGS ...@@ -179,6 +178,7 @@ config KERNEL_HALF_GIGS
config HIGHMEM config HIGHMEM
bool "Highmem support" bool "Highmem support"
depends on BROKEN
config KERNEL_STACK_ORDER config KERNEL_STACK_ORDER
int "Kernel stack size order" int "Kernel stack size order"
...@@ -226,6 +226,7 @@ source "crypto/Kconfig" ...@@ -226,6 +226,7 @@ source "crypto/Kconfig"
source "lib/Kconfig" source "lib/Kconfig"
menu "SCSI support" menu "SCSI support"
depends on BROKEN
config SCSI config SCSI
tristate "SCSI support" tristate "SCSI support"
...@@ -242,6 +243,8 @@ endmenu ...@@ -242,6 +243,8 @@ endmenu
source "drivers/md/Kconfig" source "drivers/md/Kconfig"
source "drivers/mtd/Kconfig" if BROKEN
source "drivers/mtd/Kconfig"
endif
source "arch/um/Kconfig.debug" source "arch/um/Kconfig.debug"
...@@ -54,6 +54,7 @@ config BLK_DEV_INITRD ...@@ -54,6 +54,7 @@ config BLK_DEV_INITRD
config MMAPPER config MMAPPER
tristate "Example IO memory driver" tristate "Example IO memory driver"
depends on BROKEN
help help
The User-Mode Linux port can provide support for IO Memory The User-Mode Linux port can provide support for IO Memory
emulation with this option. This allows a host file to be emulation with this option. This allows a host file to be
......
...@@ -135,7 +135,7 @@ config UML_NET_MCAST ...@@ -135,7 +135,7 @@ config UML_NET_MCAST
config UML_NET_PCAP config UML_NET_PCAP
bool "pcap transport" bool "pcap transport"
depends on UML_NET depends on UML_NET && BROKEN
help help
The pcap transport makes a pcap packet stream on the host look The pcap transport makes a pcap packet stream on the host look
like an ethernet device inside UML. This is useful for making like an ethernet device inside UML. This is useful for making
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment