Skip to content

Commit 76fbac6

Browse files
floionBalena CI
authored andcommitted
linux-raspberrypi_%.bbappend: Enable CONFIG_RPIVID_MEM
This was requested by customer. Fixes: #453 Changelog-entry: Enable the rpivid-mem kernel module Signed-off-by: Florin Sarbu <[email protected]>
1 parent 1fdee15 commit 76fbac6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

layers/meta-balena-raspberrypi/recipes-kernel/linux/linux-raspberrypi_%.bbappend

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,10 @@ RESIN_CONFIGS[sd8787_pwrseq_driver] = " \
155155
RESIN_CONFIGS_DEPS[sd8787_pwrseq_driver] = " \
156156
CONFIG_OF=y \
157157
"
158+
159+
# requested by customer in issue number 453
160+
RESIN_CONFIGS_append = " rpivid"
161+
162+
RESIN_CONFIGS[rpivid] = " \
163+
CONFIG_RPIVID_MEM=m \
164+
"

0 commit comments

Comments
 (0)