diff options
author | Olof Johansson <olof@lixom.net> | 2012-09-22 22:22:21 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-09-22 22:22:21 +0200 |
commit | 80868a36913e11cfcd06764699b4284d34be0e59 (patch) | |
tree | af4c634ccde4c0b4b7bf361e53611ab9903d1a2c /arch/arm/mach-dove/Kconfig | |
parent | Merge branch 'next/multiplatform' into late/kirkwood (diff) | |
parent | ARM: Dove: allow PCI to be disabled (diff) | |
download | linux-80868a36913e11cfcd06764699b4284d34be0e59.tar.xz linux-80868a36913e11cfcd06764699b4284d34be0e59.zip |
Merge branch 'kirkwood/boards' of git://git.infradead.org/users/jcooper/linux into late/kirkwood
* 'kirkwood/boards' of git://git.infradead.org/users/jcooper/linux:
ARM: Dove: allow PCI to be disabled
ARM: dove: SolidRun CuBox DT
ARM: dove: add device tree descriptors
ARM: dove: add device tree based machine descriptor
ARM: dove: add crypto engine
ARM: dove: add clock gating control
ARM: dove: unify clock setup
ARM: initial DTS support for km_kirkwood
arm: add documentation describing Marvell families of SoC
ARM: kirkwood: DT descriptor for Seagate FreeAgent Dockstar
ARM: kirkwood: DT board setup for Seagate FreeAgent Dockstar
ARM: Kirkwood: Iomega ix2-200 DT support
Context conflicts in arch/arm/Kconfig and arch/arm/mach-dove/common.c.
The new device trees added to arch/arm/mach-kirkwood/Makefile.boot are
kept and dealt with in a separate changeset, since moving them out to
the new Makefile in this merge commit doesn't work well.
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-dove/Kconfig')
-rw-r--r-- | arch/arm/mach-dove/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-dove/Kconfig b/arch/arm/mach-dove/Kconfig index dd937c526a45..00154e74ce6b 100644 --- a/arch/arm/mach-dove/Kconfig +++ b/arch/arm/mach-dove/Kconfig @@ -15,6 +15,13 @@ config MACH_CM_A510 Say 'Y' here if you want your kernel to support the CompuLab CM-A510 Board. +config MACH_DOVE_DT + bool "Marvell Dove Flattened Device Tree" + select USE_OF + help + Say 'Y' here if you want your kernel to support the + Marvell Dove using flattened device tree. + endmenu endif |