diff options
author | Sekhar Nori <nsekhar@ti.com> | 2012-08-28 11:57:52 +0200 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2012-10-29 10:54:42 +0100 |
commit | 689e331f3fb6e0a44155eef35fe19caf3285c6ce (patch) | |
tree | 2a552fc6ce0d22663a0e5eaa7cecac2b57d94358 /arch/arm/mach-davinci/Kconfig | |
parent | ARM: davinci: da8xx: add DA850 PRUSS support (diff) | |
download | linux-689e331f3fb6e0a44155eef35fe19caf3285c6ce.tar.xz linux-689e331f3fb6e0a44155eef35fe19caf3285c6ce.zip |
ARM: davinci: da850: add DT boot support
Add support for booting DA850 using flattened device
tree to describe the hardware. At this time only the
very basic bootup using a serial console is supported.
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/Kconfig')
-rw-r--r-- | arch/arm/mach-davinci/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index f8eecb959413..0153950f6068 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig @@ -58,6 +58,14 @@ config ARCH_DAVINCI_TNETV107X comment "DaVinci Board Type" +config MACH_DA8XX_DT + bool "Support DA8XX platforms using device tree" + default y + depends on ARCH_DAVINCI_DA8XX + help + Say y here to include support for TI DaVinci DA850 based using + Flattened Device Tree. More information at Documentation/devicetree + config MACH_DAVINCI_EVM bool "TI DM644x EVM" default ARCH_DAVINCI_DM644x |