diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /recipes/linux/linux-gumstix-2.6.15/kconfig-arch-cleanup.patch | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/linux/linux-gumstix-2.6.15/kconfig-arch-cleanup.patch')
-rw-r--r-- | recipes/linux/linux-gumstix-2.6.15/kconfig-arch-cleanup.patch | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/recipes/linux/linux-gumstix-2.6.15/kconfig-arch-cleanup.patch b/recipes/linux/linux-gumstix-2.6.15/kconfig-arch-cleanup.patch new file mode 100644 index 0000000000..1d35bfa805 --- /dev/null +++ b/recipes/linux/linux-gumstix-2.6.15/kconfig-arch-cleanup.patch @@ -0,0 +1,72 @@ +Index: linux-2.6.15gum/arch/arm/mach-clps711x/Kconfig +=================================================================== +--- linux-2.6.15gum.orig/arch/arm/mach-clps711x/Kconfig ++++ linux-2.6.15gum/arch/arm/mach-clps711x/Kconfig +@@ -1,6 +1,7 @@ + if ARCH_CLPS711X + + menu "CLPS711X/EP721X Implementations" ++ depends on ARCH_CLPS711X + + config ARCH_AUTCPU12 + bool "AUTCPU12" +Index: linux-2.6.15gum/arch/arm/mach-epxa10db/Kconfig +=================================================================== +--- linux-2.6.15gum.orig/arch/arm/mach-epxa10db/Kconfig ++++ linux-2.6.15gum/arch/arm/mach-epxa10db/Kconfig +@@ -1,6 +1,7 @@ + if ARCH_CAMELOT + + menu "Epxa10db" ++ depends on ARCH_CAMELOT + + comment "PLD hotswap support" + +Index: linux-2.6.15gum/arch/arm/mach-footbridge/Kconfig +=================================================================== +--- linux-2.6.15gum.orig/arch/arm/mach-footbridge/Kconfig ++++ linux-2.6.15gum/arch/arm/mach-footbridge/Kconfig +@@ -1,6 +1,7 @@ + if ARCH_FOOTBRIDGE + + menu "Footbridge Implementations" ++ depends on ARCH_FOOTBRIDGE + + config ARCH_CATS + bool "CATS" +Index: linux-2.6.15gum/arch/arm/mach-iop3xx/Kconfig +=================================================================== +--- linux-2.6.15gum.orig/arch/arm/mach-iop3xx/Kconfig ++++ linux-2.6.15gum/arch/arm/mach-iop3xx/Kconfig +@@ -1,6 +1,7 @@ + if ARCH_IOP3XX + + menu "IOP3xx Implementation Options" ++ depends on ARCH_IOP3XX + + comment "IOP3xx Platform Types" + +Index: linux-2.6.15gum/arch/arm/mach-lh7a40x/Kconfig +=================================================================== +--- linux-2.6.15gum.orig/arch/arm/mach-lh7a40x/Kconfig ++++ linux-2.6.15gum/arch/arm/mach-lh7a40x/Kconfig +@@ -1,6 +1,7 @@ + if ARCH_LH7A40X + + menu "LH7A40X Implementations" ++ depends on ARCH_LH7A40X + + config MACH_KEV7A400 + bool "KEV7A400" +Index: linux-2.6.15gum/arch/arm/mach-sa1100/Kconfig +=================================================================== +--- linux-2.6.15gum.orig/arch/arm/mach-sa1100/Kconfig ++++ linux-2.6.15gum/arch/arm/mach-sa1100/Kconfig +@@ -1,6 +1,7 @@ + if ARCH_SA1100 + + menu "SA11x0 Implementations" ++ depends on ARCH_SA1100 + + config SA1100_ASSABET + bool "Assabet" |