Skip to content

Commit

Permalink
linux-raspberrypi_%.bbappend: Enable CONFIG_RPIVID_MEM
Browse files Browse the repository at this point in the history
This was requested by customer.

Fixes: #453
Changelog-entry: Enable the rpivid-mem kernel module
Signed-off-by: Florin Sarbu <[email protected]>
  • Loading branch information
floion authored and Balena CI committed Mar 2, 2020
1 parent 2f83885 commit 1ec92a8
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,10 @@ RESIN_CONFIGS[sd8787_pwrseq_driver] = " \
RESIN_CONFIGS_DEPS[sd8787_pwrseq_driver] = " \
CONFIG_OF=y \
"

# requested by customer in issue number 453
RESIN_CONFIGS_append = " rpivid"

RESIN_CONFIGS[rpivid] = " \
CONFIG_RPIVID_MEM=m \
"

0 comments on commit 1ec92a8

Please sign in to comment.