Commit 18e9a971 authored by Santosh Shilimkar's avatar Santosh Shilimkar Committed by Greg Kroah-Hartman

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: default avatarSantosh Shilimkar <santosh.shilimkar@ti.com>
Reported-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2878bda8
...@@ -9,6 +9,7 @@ if MEMORY ...@@ -9,6 +9,7 @@ if MEMORY
config TI_EMIF config TI_EMIF
tristate "Texas Instruments EMIF driver" tristate "Texas Instruments EMIF driver"
depends on ARCH_OMAP2PLUS
select DDR select DDR
help help
This driver is for the EMIF module available in Texas Instruments This driver is for the EMIF module available in Texas Instruments
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment