Commit c7298d8d7b6adebe1f6f7291869c08e063bb4dcf

Authored by Dave Gerlach
Committed by Sekhar Nori
1 parent 7a3edd7db0

ti_config_fragments/connectivity.cfg: build matrix-keypad as module

am335x-evm and several of the am437x platforms make use of the
matrix-keypad driver so make sure to set CONFIG_KEYBOARD_MATRIX=m so
that it is built as a module as it was with omap2plus_defconfig.

Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>

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

ti_config_fragments/connectivity.cfg
... ... @@ -277,4 +277,7 @@
277 277 # 1-wire Bus Masters
278 278 CONFIG_W1=m
279 279 CONFIG_HDQ_MASTER_OMAP=m
  280 +
  281 +# Matrix keypad
  282 +CONFIG_KEYBOARD_MATRIX=m