diff options
author | Steffen Sledz <sledz@dresearch.de> | 2009-04-20 12:39:27 +0200 |
---|---|---|
committer | Steffen Sledz <sledz@dresearch.de> | 2009-04-20 12:39:27 +0200 |
commit | 5c21413b9794047eecba6e820d9546f04d8a137a (patch) | |
tree | 2942ab609e9d3ab588dfff409400e1e7fd6a27a8 /recipes/linux/linux-2.6.24/hipox | |
parent | 5dc5513ff17822f5ef092852476a901bab47b4a6 (diff) |
linux-2.6.24: Kconfig patch for HIPOX machine added
Diffstat (limited to 'recipes/linux/linux-2.6.24/hipox')
-rw-r--r-- | recipes/linux/linux-2.6.24/hipox/hipox-kconfig.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/linux/linux-2.6.24/hipox/hipox-kconfig.patch b/recipes/linux/linux-2.6.24/hipox/hipox-kconfig.patch new file mode 100644 index 0000000000..99122771bc --- /dev/null +++ b/recipes/linux/linux-2.6.24/hipox/hipox-kconfig.patch @@ -0,0 +1,16 @@ +--- linux-2.6.24/arch/arm/mach-hipox/Kconfig.orig 2009-04-20 10:17:34.000000000 +0000 ++++ linux-2.6.24/arch/arm/mach-hipox/Kconfig 2009-04-20 10:20:06.000000000 +0000 +@@ -1,6 +1,12 @@ + if ARCH_HIPOX + +-menu "Oxford Semiconductor NAS Options" ++menu "OXE810 based HydraIP Options" ++ ++config MACH_HIPOX ++ bool "OXE810 based HydraIP board" ++ help ++ Say 'Y' here if you want your kernel to run on the ++ OXE810 based HydraIP board. + + config ARCH_HIPOX_FPGA + bool "FPGA platform" |