diff options
| author | Olof Johansson <olof@lixom.net> | 2013-07-09 04:31:23 -0400 |
|---|---|---|
| committer | Olof Johansson <olof@lixom.net> | 2013-07-09 04:32:01 -0400 |
| commit | 9d8812df35be58a5da0c44182c1e4ba2507cc6a7 (patch) | |
| tree | 06df0c1420c50e22efcab6be23cee9fe35108517 | |
| 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>
| -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 5c1405157bb6..58152b15ecaa 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig | |||
| @@ -99,6 +99,7 @@ config ARCH_OMAP2PLUS | |||
| 99 | select PROC_DEVICETREE if PROC_FS | 99 | select PROC_DEVICETREE if PROC_FS |
| 100 | select SOC_BUS | 100 | select SOC_BUS |
| 101 | select SPARSE_IRQ | 101 | select SPARSE_IRQ |
| 102 | select TI_PRIV_EDMA | ||
| 102 | select USE_OF | 103 | select USE_OF |
| 103 | help | 104 | help |
| 104 | Systems based on OMAP2, OMAP3, OMAP4 or OMAP5 | 105 | Systems based on OMAP2, OMAP3, OMAP4 or OMAP5 |
