libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / linux / linux-gumstix-2.6.15 / kconfig-arch-cleanup.patch
blob1d35bfa8051deea7ef336b466dc04396769096de
1 Index: linux-2.6.15gum/arch/arm/mach-clps711x/Kconfig
2 ===================================================================
3 --- linux-2.6.15gum.orig/arch/arm/mach-clps711x/Kconfig
4 +++ linux-2.6.15gum/arch/arm/mach-clps711x/Kconfig
5 @@ -1,6 +1,7 @@
6 if ARCH_CLPS711X
8 menu "CLPS711X/EP721X Implementations"
9 + depends on ARCH_CLPS711X
11 config ARCH_AUTCPU12
12 bool "AUTCPU12"
13 Index: linux-2.6.15gum/arch/arm/mach-epxa10db/Kconfig
14 ===================================================================
15 --- linux-2.6.15gum.orig/arch/arm/mach-epxa10db/Kconfig
16 +++ linux-2.6.15gum/arch/arm/mach-epxa10db/Kconfig
17 @@ -1,6 +1,7 @@
18 if ARCH_CAMELOT
20 menu "Epxa10db"
21 + depends on ARCH_CAMELOT
23 comment "PLD hotswap support"
25 Index: linux-2.6.15gum/arch/arm/mach-footbridge/Kconfig
26 ===================================================================
27 --- linux-2.6.15gum.orig/arch/arm/mach-footbridge/Kconfig
28 +++ linux-2.6.15gum/arch/arm/mach-footbridge/Kconfig
29 @@ -1,6 +1,7 @@
30 if ARCH_FOOTBRIDGE
32 menu "Footbridge Implementations"
33 + depends on ARCH_FOOTBRIDGE
35 config ARCH_CATS
36 bool "CATS"
37 Index: linux-2.6.15gum/arch/arm/mach-iop3xx/Kconfig
38 ===================================================================
39 --- linux-2.6.15gum.orig/arch/arm/mach-iop3xx/Kconfig
40 +++ linux-2.6.15gum/arch/arm/mach-iop3xx/Kconfig
41 @@ -1,6 +1,7 @@
42 if ARCH_IOP3XX
44 menu "IOP3xx Implementation Options"
45 + depends on ARCH_IOP3XX
47 comment "IOP3xx Platform Types"
49 Index: linux-2.6.15gum/arch/arm/mach-lh7a40x/Kconfig
50 ===================================================================
51 --- linux-2.6.15gum.orig/arch/arm/mach-lh7a40x/Kconfig
52 +++ linux-2.6.15gum/arch/arm/mach-lh7a40x/Kconfig
53 @@ -1,6 +1,7 @@
54 if ARCH_LH7A40X
56 menu "LH7A40X Implementations"
57 + depends on ARCH_LH7A40X
59 config MACH_KEV7A400
60 bool "KEV7A400"
61 Index: linux-2.6.15gum/arch/arm/mach-sa1100/Kconfig
62 ===================================================================
63 --- linux-2.6.15gum.orig/arch/arm/mach-sa1100/Kconfig
64 +++ linux-2.6.15gum/arch/arm/mach-sa1100/Kconfig
65 @@ -1,6 +1,7 @@
66 if ARCH_SA1100
68 menu "SA11x0 Implementations"
69 + depends on ARCH_SA1100
71 config SA1100_ASSABET
72 bool "Assabet"