Skip to content

Commit 18e9a97

Browse files
Santosh Shilimkargregkh
authored andcommitted
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 <[email protected]> Reported-by: Paul Gortmaker <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 2878bda commit 18e9a97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/memory/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ if MEMORY
99

1010
config TI_EMIF
1111
tristate "Texas Instruments EMIF driver"
12+
depends on ARCH_OMAP2PLUS
1213
select DDR
1314
help
1415
This driver is for the EMIF module available in Texas Instruments

0 commit comments

Comments
 (0)