diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-04-08 14:08:43 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-04-09 06:06:28 -0400 |
commit | f5f29151588744ea2e283971cb0ad403ee04e3e2 (patch) | |
tree | afdeceebd1e5413508d35fded1dd3363e931071f /arch/arm/Kconfig | |
parent | 806a94f20c8d78c96601878393a49fab577dcf2e (diff) | |
parent | f1ac922dec7ed36659344eadc65b9c06efe14d7f (diff) |
Merge tag 'bcm2835-for-3.10-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi into next/multiplatform
From Stephen Warren <swarren@wwwdotorg.org>:
ARM: bcm2835: convert to multi-platform
This branch (patch) converts BCM2835 to support being built into a
multi-platform single zImage. This mostly entails a few small Kconfig
tweaks, move the earlyprintk implementation to the standard multi-
platform location, and deleting some unnecessary files.
* tag 'bcm2835-for-3.10-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi:
ARM: bcm2835: convert to multi-platform
Conflicts:
arch/arm/Kconfig
arch/arm/Kconfig.debug
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 6423b587fa23..e4bbc8bca03c 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -361,26 +361,6 @@ config ARCH_AT91 | |||
361 | This enables support for systems based on Atmel | 361 | This enables support for systems based on Atmel |
362 | AT91RM9200 and AT91SAM9* processors. | 362 | AT91RM9200 and AT91SAM9* processors. |
363 | 363 | ||
364 | config ARCH_BCM2835 | ||
365 | bool "Broadcom BCM2835 family" | ||
366 | select ARCH_REQUIRE_GPIOLIB | ||
367 | select ARM_AMBA | ||
368 | select ARM_ERRATA_411920 | ||
369 | select ARM_TIMER_SP804 | ||
370 | select CLKDEV_LOOKUP | ||
371 | select CLKSRC_OF | ||
372 | select COMMON_CLK | ||
373 | select CPU_V6 | ||
374 | select GENERIC_CLOCKEVENTS | ||
375 | select MULTI_IRQ_HANDLER | ||
376 | select PINCTRL | ||
377 | select PINCTRL_BCM2835 | ||
378 | select SPARSE_IRQ | ||
379 | select USE_OF | ||
380 | help | ||
381 | This enables support for the Broadcom BCM2835 SoC. This SoC is | ||
382 | use in the Raspberry Pi, and Roku 2 devices. | ||
383 | |||
384 | config ARCH_CLPS711X | 364 | config ARCH_CLPS711X |
385 | bool "Cirrus Logic CLPS711x/EP721x/EP731x-based" | 365 | bool "Cirrus Logic CLPS711x/EP721x/EP731x-based" |
386 | select ARCH_REQUIRE_GPIOLIB | 366 | select ARCH_REQUIRE_GPIOLIB |
@@ -981,6 +961,8 @@ source "arch/arm/mach-at91/Kconfig" | |||
981 | 961 | ||
982 | source "arch/arm/mach-bcm/Kconfig" | 962 | source "arch/arm/mach-bcm/Kconfig" |
983 | 963 | ||
964 | source "arch/arm/mach-bcm2835/Kconfig" | ||
965 | |||
984 | source "arch/arm/mach-clps711x/Kconfig" | 966 | source "arch/arm/mach-clps711x/Kconfig" |
985 | 967 | ||
986 | source "arch/arm/mach-cns3xxx/Kconfig" | 968 | source "arch/arm/mach-cns3xxx/Kconfig" |