diff options
author | Markus Mayer <markus.mayer@linaro.org> | 2014-02-20 19:16:11 -0500 |
---|---|---|
committer | Stephen Warren <swarren@wwwdotorg.org> | 2014-02-24 21:42:35 -0500 |
commit | d30fe6272183f3cc8b9f3f111cd36271332e4cec (patch) | |
tree | b687736f4e0c2fc441c40db4dc917c7b1e47730c /arch/arm/Kconfig | |
parent | 38dbfb59d1175ef458d006556061adeaa8751b72 (diff) |
ARM: bcm2835: Move to mach-bcm directory
Move the bcm2835 board file into the mach-bcm directory. This allows us
to get rid of the mach-bcm2835 directory with the associated Kconfig
and Makefile.
Signed-off-by: Markus Mayer <markus.mayer@linaro.org>
[swarren, adjust defconfig so ARCH_BCM2835 still gets enabled]
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e25419817791..bde2237f91fa 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -936,8 +936,6 @@ source "arch/arm/mach-at91/Kconfig" | |||
936 | 936 | ||
937 | source "arch/arm/mach-bcm/Kconfig" | 937 | source "arch/arm/mach-bcm/Kconfig" |
938 | 938 | ||
939 | source "arch/arm/mach-bcm2835/Kconfig" | ||
940 | |||
941 | source "arch/arm/mach-berlin/Kconfig" | 939 | source "arch/arm/mach-berlin/Kconfig" |
942 | 940 | ||
943 | source "arch/arm/mach-clps711x/Kconfig" | 941 | source "arch/arm/mach-clps711x/Kconfig" |