Commit 936de732a4f04c76c3abf8544bcdae7192718193

Authored by Roger Quadros
Committed by Kishon Vijay Abraham I
1 parent 156de981a6

ti_config_fragments/connectivity.cfg: Enable GPMC and NAND support

Keystone defconfig doesn't include GPMC or NAND support by default.
Add it here to enable support for K2G which uses both.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

ti_config_fragments/connectivity.cfg
... ... @@ -28,6 +28,9 @@
28 28  
29 29 #MTD
30 30 CONFIG_MTD_TESTS=m
  31 +CONFIG_MTD_NAND_OMAP2=y
  32 +CONFIG_MTD_NAND_OMAP_BCH=y
  33 +CONFIG_MTD_NAND_OMAP_BCH_BUILD=y
31 34  
32 35 # Networking
33 36 CONFIG_NF_CONNTRACK=m