diff options
author | Olof Johansson <olof@lixom.net> | 2013-07-09 01:31:23 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-07-09 01:32:01 -0700 |
commit | 9d8812df35be58a5da0c44182c1e4ba2507cc6a7 (patch) | |
tree | 06df0c1420c50e22efcab6be23cee9fe35108517 /arch/arm/mach-omap2 | |
parent | c1fe55e0b6227093d6faa09ce6932fbcd86aeea2 (diff) |
ARM: omap2: add select of TI_PRIV_EDMA
"ARM: OMAP: build mach-omap code only if needed" moved around the
ARCH_OMAP2PLUS stanza, but accidentally dropped the seleciton of
TI_PRIV_EDMA in the process. Add it back.
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 5c1405157bb..58152b15eca 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -99,6 +99,7 @@ config ARCH_OMAP2PLUS select PROC_DEVICETREE if PROC_FS select SOC_BUS select SPARSE_IRQ + select TI_PRIV_EDMA select USE_OF help Systems based on OMAP2, OMAP3, OMAP4 or OMAP5 |