public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [Patch 1/5] xbox: add 'CONFIG_X86_XBOX' to kernel configuration
@ 2004-10-09 19:57 Ed Schouten
  2004-10-09 20:15 ` Matt Heler
  0 siblings, 1 reply; 12+ messages in thread
From: Ed Schouten @ 2004-10-09 19:57 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm

In order to support the Microsoft Xbox, we need to add a config option
'CONFIG_X86_XBOX'.

You can also download this patch at:
http://linux.g-rave.nl/patches/patch-xbox-config_option.diff
---

 Kconfig |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletion(-)

diff -u -r --new-file linux-2.6.9-rc3/arch/i386/Kconfig
linux-2.6.9-rc3-ed0/arch/i386/Kconfig
--- linux-2.6.9-rc3/arch/i386/Kconfig	2004-09-30 05:03:56.000000000 +0200
+++ linux-2.6.9-rc3-ed0/arch/i386/Kconfig	2004-10-09 19:32:33.981610000 +0200
@@ -55,6 +55,18 @@

 	  If unsure, choose "PC-compatible" instead.

+config X86_XBOX
+	bool "Microsoft Xbox"
+	help
+	  This option is needed to make Linux boot on a Microsoft Xbox.
+
+	  If you are not planning on running this kernel on a Microsoft Xbox,
+	  say N here, otherwise the kernel you build will not be bootable.
+
+	  For more information about Xbox Linux, visit:
+
+	  http://www.xbox-linux.org/
+
 config X86_VOYAGER
 	bool "Voyager (NCR)"
 	help
@@ -1206,7 +1218,7 @@

 config X86_BIOS_REBOOT
 	bool
-	depends on !(X86_VISWS || X86_VOYAGER)
+	depends on !(X86_VISWS || X86_VOYAGER || X86_XBOX)
 	default y

 config X86_TRAMPOLINE

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2004-10-10 17:36 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-09 19:57 [Patch 1/5] xbox: add 'CONFIG_X86_XBOX' to kernel configuration Ed Schouten
2004-10-09 20:15 ` Matt Heler
2004-10-09 20:32   ` Lee Revell
2004-10-09 20:36   ` Jan Dittmer
2004-10-09 20:47     ` Matt
2004-10-10  7:37       ` Paul Mundt
2004-10-10 11:36         ` Jim Nelson
2004-10-10 17:31           ` Lee Revell
2004-10-09 20:48     ` Matt Heler
2004-10-09 20:59       ` Ed Schouten
2004-10-09 20:59       ` Måns Rullgård
2004-10-09 20:40   ` Ed Schouten

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox