* [PATCH] force on appropriate generic options
@ 2003-10-15 15:37 Jesse Barnes
0 siblings, 0 replies; only message in thread
From: Jesse Barnes @ 2003-10-15 15:37 UTC (permalink / raw)
To: linux-ia64
Make sure that generic kernels actually build by forcing on the
necessary options. With this patch I was able to build a generic kernel
out of the to-linus-2.5 tree.
Jesse
diff -Nru a/arch/ia64/Kconfig b/arch/ia64/Kconfig
--- a/arch/ia64/Kconfig Wed Oct 15 08:35:33 2003
+++ b/arch/ia64/Kconfig Wed Oct 15 08:35:33 2003
@@ -57,6 +57,10 @@
config IA64_GENERIC
bool "generic"
+ select NUMA
+ select ACPI_NUMA
+ select VIRTUAL_MEM_MAP
+ select DISCONTIGMEM
---help---
This selects the system type of your hardware. A "generic" kernel
will run on any supported IA-64 system. However, if you configure
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-10-15 15:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-15 15:37 [PATCH] force on appropriate generic options Jesse Barnes
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.