Acked-by: Dave Airlie <airlied@xxxxxxxxxx> On Thu, Jun 4, 2020 at 3:14 AM GitLab Bridge on behalf of jeremycline <jcline@xxxxxxxxxx> wrote: > > From: "CKI@GitLab" <cki-project@xxxxxxxxxx> > > Hi, > > As part of the ongoing rebase effort, the following configuration > options need to be reviewed. > > As a reminder, the ARK configuration flow involves moving unreviewed > configuration options from the pending directory to the ark directory. > In the diff below, options are removed from the pending directory and > added to the ark hierarchy. The final options that need to be ACKed > are the files that are being added to the ark hierarchy. > > If the value for a file that is added should be changed, please reply > with a better option. > > CONFIG_DRM_CHRONTEL_CH7033: > > Enable support for the Chrontel CH7033 VGA/DVI/HDMI Encoder, as > found in the Dell Wyse 3020 thin client. > > If in doubt, say "N". > > Symbol: DRM_CHRONTEL_CH7033 [=n] > Type : tristate > Defined at drivers/gpu/drm/bridge/Kconfig:30 > Prompt: Chrontel CH7033 Video Encoder > Depends on: HAS_IOMEM [=y] && DRM [=m] && DRM_BRIDGE [=y] && OF [=y] > Location: > -> Device Drivers > -> Graphics support > -> Display Interface Bridges > Selects: DRM_KMS_HELPER [=m] > > --- > > CONFIG_DRM_NWL_MIPI_DSI: > > This enables the Northwest Logic MIPI DSI Host controller as > for example found on NXP's i.MX8 Processors. > > Symbol: DRM_NWL_MIPI_DSI [=n] > Type : tristate > Defined at drivers/gpu/drm/bridge/Kconfig:71 > Prompt: Northwest Logic MIPI DSI Host controller > Depends on: DRM_BRIDGE [=y] && DRM [=m] && COMMON_CLK [=y] && OF [=y] && HAS_IOMEM [=y] > Location: > -> Device Drivers > -> Graphics support > -> Display Interface Bridges > Selects: DRM_KMS_HELPER [=m] && DRM_MIPI_DSI [=n] && DRM_PANEL_BRIDGE [=y] && GENERIC_PHY_MIPI_DPHY [=n] && MFD_SYSCON [=y] && MULTIPLEXER [=n] && REGMAP_MMIO [=y] > > --- > > Cc: David Airlie <airlied@xxxxxxxxxx> > Cc: Adam Jackson <ajax@xxxxxxxxxx> > Signed-off-by: CKI@GitLab <cki-project@xxxxxxxxxx> > --- > .../common/generic/CONFIG_DRM_CHRONTEL_CH7033 | 1 + > .../common/generic/CONFIG_DRM_NWL_MIPI_DSI | 1 + > .../generic/CONFIG_DRM_CHRONTEL_CH7033 | 21 ------------------- > .../generic/CONFIG_DRM_NWL_MIPI_DSI | 19 ----------------- > 4 files changed, 2 insertions(+), 40 deletions(-) > create mode 100644 redhat/configs/common/generic/CONFIG_DRM_CHRONTEL_CH7033 > create mode 100644 redhat/configs/common/generic/CONFIG_DRM_NWL_MIPI_DSI > delete mode 100644 redhat/configs/pending-common/generic/CONFIG_DRM_CHRONTEL_CH7033 > delete mode 100644 redhat/configs/pending-common/generic/CONFIG_DRM_NWL_MIPI_DSI > > diff --git a/redhat/configs/common/generic/CONFIG_DRM_CHRONTEL_CH7033 b/redhat/configs/common/generic/CONFIG_DRM_CHRONTEL_CH7033 > new file mode 100644 > index 000000000000..5cfc88342d4f > --- /dev/null > +++ b/redhat/configs/common/generic/CONFIG_DRM_CHRONTEL_CH7033 > @@ -0,0 +1 @@ > +# CONFIG_DRM_CHRONTEL_CH7033 is not set > diff --git a/redhat/configs/common/generic/CONFIG_DRM_NWL_MIPI_DSI b/redhat/configs/common/generic/CONFIG_DRM_NWL_MIPI_DSI > new file mode 100644 > index 000000000000..6f4e4e857904 > --- /dev/null > +++ b/redhat/configs/common/generic/CONFIG_DRM_NWL_MIPI_DSI > @@ -0,0 +1 @@ > +# CONFIG_DRM_NWL_MIPI_DSI is not set > diff --git a/redhat/configs/pending-common/generic/CONFIG_DRM_CHRONTEL_CH7033 b/redhat/configs/pending-common/generic/CONFIG_DRM_CHRONTEL_CH7033 > deleted file mode 100644 > index 67f8d39636b8..000000000000 > --- a/redhat/configs/pending-common/generic/CONFIG_DRM_CHRONTEL_CH7033 > +++ /dev/null > @@ -1,21 +0,0 @@ > -# CONFIG_DRM_CHRONTEL_CH7033: > -# > -# Enable support for the Chrontel CH7033 VGA/DVI/HDMI Encoder, as > -# found in the Dell Wyse 3020 thin client. > -# > -# If in doubt, say "N". > -# > -# Symbol: DRM_CHRONTEL_CH7033 [=n] > -# Type : tristate > -# Defined at drivers/gpu/drm/bridge/Kconfig:30 > -# Prompt: Chrontel CH7033 Video Encoder > -# Depends on: HAS_IOMEM [=y] && DRM [=m] && DRM_BRIDGE [=y] && OF [=y] > -# Location: > -# -> Device Drivers > -# -> Graphics support > -# -> Display Interface Bridges > -# Selects: DRM_KMS_HELPER [=m] > -# > -# > -# > -# CONFIG_DRM_CHRONTEL_CH7033 is not set > diff --git a/redhat/configs/pending-common/generic/CONFIG_DRM_NWL_MIPI_DSI b/redhat/configs/pending-common/generic/CONFIG_DRM_NWL_MIPI_DSI > deleted file mode 100644 > index 1bbd7514e83e..000000000000 > --- a/redhat/configs/pending-common/generic/CONFIG_DRM_NWL_MIPI_DSI > +++ /dev/null > @@ -1,19 +0,0 @@ > -# CONFIG_DRM_NWL_MIPI_DSI: > -# > -# This enables the Northwest Logic MIPI DSI Host controller as > -# for example found on NXP's i.MX8 Processors. > -# > -# Symbol: DRM_NWL_MIPI_DSI [=n] > -# Type : tristate > -# Defined at drivers/gpu/drm/bridge/Kconfig:71 > -# Prompt: Northwest Logic MIPI DSI Host controller > -# Depends on: DRM_BRIDGE [=y] && DRM [=m] && COMMON_CLK [=y] && OF [=y] && HAS_IOMEM [=y] > -# Location: > -# -> Device Drivers > -# -> Graphics support > -# -> Display Interface Bridges > -# Selects: DRM_KMS_HELPER [=m] && DRM_MIPI_DSI [=n] && DRM_PANEL_BRIDGE [=y] && GENERIC_PHY_MIPI_DPHY [=n] && MFD_SYSCON [=y] && MULTIPLEXER [=n] && REGMAP_MMIO [=y] > -# > -# > -# > -# CONFIG_DRM_NWL_MIPI_DSI is not set > -- > 2.26.2 > _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx