summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorSekhar Nori2012-08-28 11:57:52 +0200
committerSekhar Nori2012-10-29 10:54:42 +0100
commit689e331f3fb6e0a44155eef35fe19caf3285c6ce (patch)
tree2a552fc6ce0d22663a0e5eaa7cecac2b57d94358 /arch/arm/Kconfig
parentARM: davinci: da8xx: add DA850 PRUSS support (diff)
downloadkernel-qcow2-linux-689e331f3fb6e0a44155eef35fe19caf3285c6ce.tar.gz
kernel-qcow2-linux-689e331f3fb6e0a44155eef35fe19caf3285c6ce.tar.xz
kernel-qcow2-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/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 73067efd4845..06e0adf2368e 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -924,6 +924,7 @@ config ARCH_DAVINCI
select GENERIC_IRQ_CHIP
select HAVE_IDE
select NEED_MACH_GPIO_H
+ select USE_OF
select ZONE_DMA
help
Support for TI's DaVinci platform.