|
|
Log in / Subscribe / Register

xbox: add 'CONFIG_X86_XBOX' to kernel configuration

From:  "Ed Schouten" <ed@il.fontys.nl>
To:  linux-kernel@vger.kernel.org
Subject:  [Patch 1/5] xbox: add 'CONFIG_X86_XBOX' to kernel configuration
Date:  Sat, 9 Oct 2004 21:57:17 +0200 (CEST)
Cc:  akpm@osdl.org

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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Copyright © 2004, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds