aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory
diff options
context:
space:
mode:
authorSantosh Shilimkar <santosh.shilimkar@ti.com>2012-05-04 02:08:11 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-05-04 19:25:29 -0400
commit18e9a971c7fb17dab079305a23af5bb57b0706b1 (patch)
treef1951de34827eb8913bb8575cfbab7e5bb6a73d4 /drivers/memory
parent2878bda864c53db599c4a3e3b136ed3e2af68ca0 (diff)
memory: emif: Add Kconfig dependency for TI EMIF controller
Make TI_EMIF depends on ARCH_OMAP2PLUS to avoid build breaks on other architectures. In future if other TI non OMAP socs start using it, the dependency can be extended. Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Reported-by: Paul Gortmaker <paul.gortmaker@windriver.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/memory')
-rw-r--r--drivers/memory/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig
index b08327cca0e5..e0b3156d65b5 100644
--- a/drivers/memory/Kconfig
+++ b/drivers/memory/Kconfig
@@ -9,6 +9,7 @@ if MEMORY
9 9
10config TI_EMIF 10config TI_EMIF
11 tristate "Texas Instruments EMIF driver" 11 tristate "Texas Instruments EMIF driver"
12 depends on ARCH_OMAP2PLUS
12 select DDR 13 select DDR
13 help 14 help
14 This driver is for the EMIF module available in Texas Instruments 15 This driver is for the EMIF module available in Texas Instruments