Message ID | 20210501083324.63001-1-juergh@canonical.com |
---|---|
State | New |
Headers | show |
Series | [SRU,F/raspi,G/raspi,H/raspi] UBUNTU: [Config] raspi: Set VIDEO_TC358743=m | expand |
Acked-by: Tim Gardner <tim.gardner@canonical.com> Looks reasonable. Adding a module has a low risk of regression. On 5/1/21 2:33 AM, Juerg Haefliger wrote: > BugLink: https://bugs.launchpad.net/bugs/1926755 > > The dependent option is set to match the generic kernel. > > Signed-off-by: Juerg Haefliger <juergh@canonical.com> > --- > debian.raspi/config/config.common.ubuntu | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/debian.raspi/config/config.common.ubuntu b/debian.raspi/config/config.common.ubuntu > index d86caf507fb4..8b9e2367504c 100644 > --- a/debian.raspi/config/config.common.ubuntu > +++ b/debian.raspi/config/config.common.ubuntu > @@ -7801,7 +7801,8 @@ CONFIG_VIDEO_SONY_BTF_MPX=m > CONFIG_VIDEO_STK1160=m > CONFIG_VIDEO_STK1160_COMMON=m > # CONFIG_VIDEO_ST_MIPID02 is not set > -# CONFIG_VIDEO_TC358743 is not set > +CONFIG_VIDEO_TC358743=m > +CONFIG_VIDEO_TC358743_CEC=y > CONFIG_VIDEO_TDA1997X=m > CONFIG_VIDEO_TDA7432=m > CONFIG_VIDEO_TDA9840=m >
On 01/05/2021 10:33, Juerg Haefliger wrote: > BugLink: https://bugs.launchpad.net/bugs/1926755 > > The dependent option is set to match the generic kernel. > > Signed-off-by: Juerg Haefliger <juergh@canonical.com> > --- > debian.raspi/config/config.common.ubuntu | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Best regards, Krzysztof
Applied to fgh:raspi/master-next. Thanks. -rtg On 5/1/21 2:33 AM, Juerg Haefliger wrote: > BugLink: https://bugs.launchpad.net/bugs/1926755 > > The dependent option is set to match the generic kernel. > > Signed-off-by: Juerg Haefliger <juergh@canonical.com> > --- > debian.raspi/config/config.common.ubuntu | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/debian.raspi/config/config.common.ubuntu b/debian.raspi/config/config.common.ubuntu > index d86caf507fb4..8b9e2367504c 100644 > --- a/debian.raspi/config/config.common.ubuntu > +++ b/debian.raspi/config/config.common.ubuntu > @@ -7801,7 +7801,8 @@ CONFIG_VIDEO_SONY_BTF_MPX=m > CONFIG_VIDEO_STK1160=m > CONFIG_VIDEO_STK1160_COMMON=m > # CONFIG_VIDEO_ST_MIPID02 is not set > -# CONFIG_VIDEO_TC358743 is not set > +CONFIG_VIDEO_TC358743=m > +CONFIG_VIDEO_TC358743_CEC=y > CONFIG_VIDEO_TDA1997X=m > CONFIG_VIDEO_TDA7432=m > CONFIG_VIDEO_TDA9840=m >
diff --git a/debian.raspi/config/config.common.ubuntu b/debian.raspi/config/config.common.ubuntu index d86caf507fb4..8b9e2367504c 100644 --- a/debian.raspi/config/config.common.ubuntu +++ b/debian.raspi/config/config.common.ubuntu @@ -7801,7 +7801,8 @@ CONFIG_VIDEO_SONY_BTF_MPX=m CONFIG_VIDEO_STK1160=m CONFIG_VIDEO_STK1160_COMMON=m # CONFIG_VIDEO_ST_MIPID02 is not set -# CONFIG_VIDEO_TC358743 is not set +CONFIG_VIDEO_TC358743=m +CONFIG_VIDEO_TC358743_CEC=y CONFIG_VIDEO_TDA1997X=m CONFIG_VIDEO_TDA7432=m CONFIG_VIDEO_TDA9840=m
BugLink: https://bugs.launchpad.net/bugs/1926755 The dependent option is set to match the generic kernel. Signed-off-by: Juerg Haefliger <juergh@canonical.com> --- debian.raspi/config/config.common.ubuntu | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)