diff options
author | Lokesh Vutla | 2016-04-13 09:50:59 +0530 |
---|---|---|
committer | Tom Rini | 2016-04-18 17:11:43 -0400 |
commit | 8f69523213a2929fda1fb62fe018684444586c1b (patch) | |
tree | d5e69ab1ccec48b7efc5e93362a49e03eae7f886 /drivers/Kconfig | |
parent | 3bfc8152b2c09d81fb00f4d3990e5dfd59682b96 (diff) |
memory: Move TI_AEMIF config to KCONFIG
Not all Keystone2 devices has AEMIF NAND controller. So adding Kconfig
entry for CONFIG_TI_AEMIF and enabling it in respective defconfigs on
platforms with AEMIF controller.
Reported-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/Kconfig')
-rw-r--r-- | drivers/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig index c82a94b7a50..118b66ed0e1 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -30,6 +30,8 @@ source "drivers/input/Kconfig" source "drivers/led/Kconfig" +source "drivers/memory/Kconfig" + source "drivers/misc/Kconfig" source "drivers/mmc/Kconfig" |