I'm assuming I just respond to this? Anyway-I guess N is fine for these, we can just change it to Y later if we end up trying to support fedora on any systems that use these On Tue, 2020-12-15 at 13:04 +0000, GitLab Bridge on behalf of redhat-patchlab wrote: > From: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx> > > 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_ANALOGIX_ANX7625: > > ANX7625 is an ultra-low power 4K mobile HD transmitter > designed for portable devices. It converts MIPI/DPI to > DisplayPort1.3 4K. > > Symbol: DRM_ANALOGIX_ANX7625 [=n] > Type : tristate > Defined at drivers/gpu/drm/bridge/analogix/Kconfig:29 > Prompt: Analogix Anx7625 MIPI to DP interface support > Depends on: HAS_IOMEM [=y] && DRM_BRIDGE [=y] && DRM [=m] && OF [=y] > Location: > -> Device Drivers > -> Graphics support > -> Display Interface Bridges > > --- > > CONFIG_DRM_LONTIUM_LT9611UXC: > > Driver for Lontium LT9611UXC DSI to HDMI bridge > chip driver that converts dual DSI and I2S to > HDMI signals > Please say Y if you have such hardware. > > Symbol: DRM_LONTIUM_LT9611UXC [=n] > Type : tristate > Defined at drivers/gpu/drm/bridge/Kconfig:64 > Prompt: Lontium LT9611UXC DSI/HDMI bridge > Depends on: HAS_IOMEM [=y] && DRM [=m] && DRM_BRIDGE [=y] && OF [=y] > Location: > -> Device Drivers > -> Graphics support > -> Display Interface Bridges > Selects: SND_SOC_HDMI_CODEC [=n] && DRM_PANEL_BRIDGE [=y] && DRM_KMS_HELPER > [=m] && REGMAP_I2C [=m] > > --- > > CONFIG_DRM_PANEL_ABT_Y030XX067A: > > Say Y here to enable support for the Asia Better Technology Ltd. > Y030XX067A 320x480 3.0" panel as found in the YLM RG-280M, RG-300 > and RG-99 handheld gaming consoles. > > Symbol: DRM_PANEL_ABT_Y030XX067A [=n] > Type : tristate > Defined at drivers/gpu/drm/panel/Kconfig:11 > Prompt: ABT Y030XX067A 320x480 LCD panel > Depends on: HAS_IOMEM [=y] && DRM [=m] && DRM_PANEL [=y] && OF [=y] && SPI > [=y] > Location: > -> Device Drivers > -> Graphics support > -> Display Panels > Selects: REGMAP_SPI [=m] > > --- > > Cc: David Airlie <airlied@xxxxxxxxxx> > Cc: Adam Jackson <ajax@xxxxxxxxxx> > Cc: Lyude Paul <lyude@xxxxxxxxxx> > Signed-off-by: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx> > --- > .../generic/CONFIG_DRM_ANALOGIX_ANX7625 | 1 + > .../generic/CONFIG_DRM_LONTIUM_LT9611UXC | 1 + > .../generic/CONFIG_DRM_PANEL_ABT_Y030XX067A | 1 + > .../generic/CONFIG_DRM_ANALOGIX_ANX7625 | 19 ----------------- > .../generic/CONFIG_DRM_LONTIUM_LT9611UXC | 21 ------------------- > .../generic/CONFIG_DRM_PANEL_ABT_Y030XX067A | 20 ------------------ > 6 files changed, 3 insertions(+), 60 deletions(-) > create mode 100644 redhat/configs/common/generic/CONFIG_DRM_ANALOGIX_ANX7625 > create mode 100644 redhat/configs/common/generic/CONFIG_DRM_LONTIUM_LT9611UXC > create mode 100644 > redhat/configs/common/generic/CONFIG_DRM_PANEL_ABT_Y030XX067A > delete mode 100644 redhat/configs/pending- > common/generic/CONFIG_DRM_ANALOGIX_ANX7625 > delete mode 100644 redhat/configs/pending- > common/generic/CONFIG_DRM_LONTIUM_LT9611UXC > delete mode 100644 redhat/configs/pending- > common/generic/CONFIG_DRM_PANEL_ABT_Y030XX067A > > diff --git a/redhat/configs/common/generic/CONFIG_DRM_ANALOGIX_ANX7625 > b/redhat/configs/common/generic/CONFIG_DRM_ANALOGIX_ANX7625 > new file mode 100644 > index 000000000000..8399c28a8c18 > --- /dev/null > +++ b/redhat/configs/common/generic/CONFIG_DRM_ANALOGIX_ANX7625 > @@ -0,0 +1 @@ > +# CONFIG_DRM_ANALOGIX_ANX7625 is not set > diff --git a/redhat/configs/common/generic/CONFIG_DRM_LONTIUM_LT9611UXC > b/redhat/configs/common/generic/CONFIG_DRM_LONTIUM_LT9611UXC > new file mode 100644 > index 000000000000..d9827b457ccc > --- /dev/null > +++ b/redhat/configs/common/generic/CONFIG_DRM_LONTIUM_LT9611UXC > @@ -0,0 +1 @@ > +# CONFIG_DRM_LONTIUM_LT9611UXC is not set > diff --git a/redhat/configs/common/generic/CONFIG_DRM_PANEL_ABT_Y030XX067A > b/redhat/configs/common/generic/CONFIG_DRM_PANEL_ABT_Y030XX067A > new file mode 100644 > index 000000000000..9aea79539571 > --- /dev/null > +++ b/redhat/configs/common/generic/CONFIG_DRM_PANEL_ABT_Y030XX067A > @@ -0,0 +1 @@ > +# CONFIG_DRM_PANEL_ABT_Y030XX067A is not set > diff --git a/redhat/configs/pending-common/generic/CONFIG_DRM_ANALOGIX_ANX7625 > b/redhat/configs/pending-common/generic/CONFIG_DRM_ANALOGIX_ANX7625 > deleted file mode 100644 > index 23ed17e64cb7..000000000000 > --- a/redhat/configs/pending-common/generic/CONFIG_DRM_ANALOGIX_ANX7625 > +++ /dev/null > @@ -1,19 +0,0 @@ > -# CONFIG_DRM_ANALOGIX_ANX7625: > -# > -# ANX7625 is an ultra-low power 4K mobile HD transmitter > -# designed for portable devices. It converts MIPI/DPI to > -# DisplayPort1.3 4K. > -# > -# Symbol: DRM_ANALOGIX_ANX7625 [=n] > -# Type : tristate > -# Defined at drivers/gpu/drm/bridge/analogix/Kconfig:29 > -# Prompt: Analogix Anx7625 MIPI to DP interface support > -# Depends on: HAS_IOMEM [=y] && DRM_BRIDGE [=y] && DRM [=m] && OF [=y] > -# Location: > -# -> Device Drivers > -# -> Graphics support > -# -> Display Interface Bridges > -# > -# > -# > -# CONFIG_DRM_ANALOGIX_ANX7625 is not set > diff --git a/redhat/configs/pending- > common/generic/CONFIG_DRM_LONTIUM_LT9611UXC b/redhat/configs/pending- > common/generic/CONFIG_DRM_LONTIUM_LT9611UXC > deleted file mode 100644 > index 1894f1299c0b..000000000000 > --- a/redhat/configs/pending-common/generic/CONFIG_DRM_LONTIUM_LT9611UXC > +++ /dev/null > @@ -1,21 +0,0 @@ > -# CONFIG_DRM_LONTIUM_LT9611UXC: > -# > -# Driver for Lontium LT9611UXC DSI to HDMI bridge > -# chip driver that converts dual DSI and I2S to > -# HDMI signals > -# Please say Y if you have such hardware. > -# > -# Symbol: DRM_LONTIUM_LT9611UXC [=n] > -# Type : tristate > -# Defined at drivers/gpu/drm/bridge/Kconfig:64 > -# Prompt: Lontium LT9611UXC DSI/HDMI bridge > -# Depends on: HAS_IOMEM [=y] && DRM [=m] && DRM_BRIDGE [=y] && OF [=y] > -# Location: > -# -> Device Drivers > -# -> Graphics support > -# -> Display Interface Bridges > -# Selects: SND_SOC_HDMI_CODEC [=n] && DRM_PANEL_BRIDGE [=y] && DRM_KMS_HELPER > [=m] && REGMAP_I2C [=m] > -# > -# > -# > -# CONFIG_DRM_LONTIUM_LT9611UXC is not set > diff --git a/redhat/configs/pending- > common/generic/CONFIG_DRM_PANEL_ABT_Y030XX067A b/redhat/configs/pending- > common/generic/CONFIG_DRM_PANEL_ABT_Y030XX067A > deleted file mode 100644 > index 43be934cc032..000000000000 > --- a/redhat/configs/pending-common/generic/CONFIG_DRM_PANEL_ABT_Y030XX067A > +++ /dev/null > @@ -1,20 +0,0 @@ > -# CONFIG_DRM_PANEL_ABT_Y030XX067A: > -# > -# Say Y here to enable support for the Asia Better Technology Ltd. > -# Y030XX067A 320x480 3.0" panel as found in the YLM RG-280M, RG-300 > -# and RG-99 handheld gaming consoles. > -# > -# Symbol: DRM_PANEL_ABT_Y030XX067A [=n] > -# Type : tristate > -# Defined at drivers/gpu/drm/panel/Kconfig:11 > -# Prompt: ABT Y030XX067A 320x480 LCD panel > -# Depends on: HAS_IOMEM [=y] && DRM [=m] && DRM_PANEL [=y] && OF [=y] && > SPI [=y] > -# Location: > -# -> Device Drivers > -# -> Graphics support > -# -> Display Panels > -# Selects: REGMAP_SPI [=m] > -# > -# > -# > -# CONFIG_DRM_PANEL_ABT_Y030XX067A is not set -- Sincerely, Lyude Paul (she/her) Software Engineer at Red Hat Note: I deal with a lot of emails and have a lot of bugs on my plate. If you've asked me a question, are waiting for a review/merge on a patch, etc. and I haven't responded in a while, please feel free to send me another email to check on my status. I don't bite! _______________________________________________ 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