[OS-BUILD PATCH] [redhat] New configs in drivers/media

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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_CEC_CH7322:

 This is a driver for the Chrontel CH7322 CEC controller. It uses the
 generic CEC framework interface.
 CEC bus is present in the HDMI connector and enables communication
 between compatible devices.

 Symbol: CEC_CH7322 [=n]
 Type  : tristate
 Defined at drivers/media/cec/i2c/Kconfig:5
   Prompt: Chrontel CH7322 CEC controller
   Depends on: MEDIA_CEC_SUPPORT [=y] && I2C [=y]
   Location:
     -> Device Drivers
       -> HDMI CEC drivers (MEDIA_CEC_SUPPORT [=y])
 Selects: REGMAP_I2C [=m] && CEC_CORE [=m]

---

 CONFIG_VIDEO_DW9768:

 This is a driver for the DW9768 camera lens voice coil.
 DW9768 is a 10 bit DAC with 100mA output current sink
 capability. This is designed for linear control of
 voice coil motors, controlled via I2C serial interface.

 Symbol: VIDEO_DW9768 [=n]
 Type  : tristate
 Defined at drivers/media/i2c/Kconfig:1283
   Prompt: DW9768 lens voice coil support
   Depends on: MEDIA_SUPPORT [=m] && I2C [=y] && VIDEO_V4L2 [=m]
   Visible if: MEDIA_SUPPORT [=m] && I2C [=y] && VIDEO_V4L2 [=m] && MEDIA_CAMERA_SUPPORT [=y]
   Location:
     -> Device Drivers
       -> Multimedia support (MEDIA_SUPPORT [=m])
         -> Media ancillary drivers
           -> Lens drivers
 Selects: MEDIA_CONTROLLER [=y] && VIDEO_V4L2_SUBDEV_API [=n] && V4L2_FWNODE [=n]

---

 CONFIG_VIDEO_RDACM20:

 This driver supports the IMI RDACM20 GMSL camera, used in
 ADAS systems.

 This camera should be used in conjunction with a GMSL
 deserialiser such as the MAX9286.

 Symbol: VIDEO_RDACM20 [=n]
 Type  : tristate
 Defined at drivers/media/i2c/Kconfig:1174
   Prompt: IMI RDACM20 camera support
   Depends on: MEDIA_SUPPORT [=m] && VIDEO_V4L2 [=m] && I2C [=y]
   Visible if: MEDIA_SUPPORT [=m] && VIDEO_V4L2 [=m] && I2C [=y] && MEDIA_CAMERA_SUPPORT [=y]
   Location:
     -> Device Drivers
       -> Multimedia support (MEDIA_SUPPORT [=m])
         -> Media ancillary drivers
           -> Camera sensor devices
 Selects: V4L2_FWNODE [=n] && VIDEO_V4L2_SUBDEV_API [=n] && MEDIA_CONTROLLER [=y]

---

Signed-off-by: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx>
---
 .../configs/common/generic/CONFIG_CEC_CH7322  |  1 +
 .../common/generic/CONFIG_VIDEO_DW9768        |  1 +
 .../common/generic/CONFIG_VIDEO_RDACM20       |  1 +
 .../pending-common/generic/CONFIG_CEC_CH7322  | 20 ----------------
 .../generic/CONFIG_VIDEO_DW9768               | 23 ------------------
 .../generic/CONFIG_VIDEO_RDACM20              | 24 -------------------
 6 files changed, 3 insertions(+), 67 deletions(-)
 create mode 100644 redhat/configs/common/generic/CONFIG_CEC_CH7322
 create mode 100644 redhat/configs/common/generic/CONFIG_VIDEO_DW9768
 create mode 100644 redhat/configs/common/generic/CONFIG_VIDEO_RDACM20
 delete mode 100644 redhat/configs/pending-common/generic/CONFIG_CEC_CH7322
 delete mode 100644 redhat/configs/pending-common/generic/CONFIG_VIDEO_DW9768
 delete mode 100644 redhat/configs/pending-common/generic/CONFIG_VIDEO_RDACM20

diff --git a/redhat/configs/common/generic/CONFIG_CEC_CH7322 b/redhat/configs/common/generic/CONFIG_CEC_CH7322
new file mode 100644
index 000000000000..7433b698fa24
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_CEC_CH7322
@@ -0,0 +1 @@
+# CONFIG_CEC_CH7322 is not set
diff --git a/redhat/configs/common/generic/CONFIG_VIDEO_DW9768 b/redhat/configs/common/generic/CONFIG_VIDEO_DW9768
new file mode 100644
index 000000000000..22c592af61d0
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_VIDEO_DW9768
@@ -0,0 +1 @@
+# CONFIG_VIDEO_DW9768 is not set
diff --git a/redhat/configs/common/generic/CONFIG_VIDEO_RDACM20 b/redhat/configs/common/generic/CONFIG_VIDEO_RDACM20
new file mode 100644
index 000000000000..ddfb6102e30a
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_VIDEO_RDACM20
@@ -0,0 +1 @@
+# CONFIG_VIDEO_RDACM20 is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_CEC_CH7322 b/redhat/configs/pending-common/generic/CONFIG_CEC_CH7322
deleted file mode 100644
index 2ba5d7395f47..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_CEC_CH7322
+++ /dev/null
@@ -1,20 +0,0 @@
-# CONFIG_CEC_CH7322:
-# 
-# This is a driver for the Chrontel CH7322 CEC controller. It uses the
-# generic CEC framework interface.
-# CEC bus is present in the HDMI connector and enables communication
-# between compatible devices.
-# 
-# Symbol: CEC_CH7322 [=n]
-# Type  : tristate
-# Defined at drivers/media/cec/i2c/Kconfig:5
-#   Prompt: Chrontel CH7322 CEC controller
-#   Depends on: MEDIA_CEC_SUPPORT [=y] && I2C [=y]
-#   Location:
-#     -> Device Drivers
-#       -> HDMI CEC drivers (MEDIA_CEC_SUPPORT [=y])
-# Selects: REGMAP_I2C [=m] && CEC_CORE [=m]
-# 
-# 
-# 
-# CONFIG_CEC_CH7322 is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_VIDEO_DW9768 b/redhat/configs/pending-common/generic/CONFIG_VIDEO_DW9768
deleted file mode 100644
index 4d868246b7c4..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_VIDEO_DW9768
+++ /dev/null
@@ -1,23 +0,0 @@
-# CONFIG_VIDEO_DW9768:
-# 
-# This is a driver for the DW9768 camera lens voice coil.
-# DW9768 is a 10 bit DAC with 100mA output current sink
-# capability. This is designed for linear control of
-# voice coil motors, controlled via I2C serial interface.
-# 
-# Symbol: VIDEO_DW9768 [=n]
-# Type  : tristate
-# Defined at drivers/media/i2c/Kconfig:1283
-#   Prompt: DW9768 lens voice coil support
-#   Depends on: MEDIA_SUPPORT [=m] && I2C [=y] && VIDEO_V4L2 [=m]
-#   Visible if: MEDIA_SUPPORT [=m] && I2C [=y] && VIDEO_V4L2 [=m] && MEDIA_CAMERA_SUPPORT [=y]
-#   Location:
-#     -> Device Drivers
-#       -> Multimedia support (MEDIA_SUPPORT [=m])
-#         -> Media ancillary drivers
-#           -> Lens drivers
-# Selects: MEDIA_CONTROLLER [=y] && VIDEO_V4L2_SUBDEV_API [=n] && V4L2_FWNODE [=n]
-# 
-# 
-# 
-# CONFIG_VIDEO_DW9768 is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_VIDEO_RDACM20 b/redhat/configs/pending-common/generic/CONFIG_VIDEO_RDACM20
deleted file mode 100644
index 4d2ad3352006..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_VIDEO_RDACM20
+++ /dev/null
@@ -1,24 +0,0 @@
-# CONFIG_VIDEO_RDACM20:
-# 
-# This driver supports the IMI RDACM20 GMSL camera, used in
-# ADAS systems.
-# 
-# This camera should be used in conjunction with a GMSL
-# deserialiser such as the MAX9286.
-# 
-# Symbol: VIDEO_RDACM20 [=n]
-# Type  : tristate
-# Defined at drivers/media/i2c/Kconfig:1174
-#   Prompt: IMI RDACM20 camera support
-#   Depends on: MEDIA_SUPPORT [=m] && VIDEO_V4L2 [=m] && I2C [=y]
-#   Visible if: MEDIA_SUPPORT [=m] && VIDEO_V4L2 [=m] && I2C [=y] && MEDIA_CAMERA_SUPPORT [=y]
-#   Location:
-#     -> Device Drivers
-#       -> Multimedia support (MEDIA_SUPPORT [=m])
-#         -> Media ancillary drivers
-#           -> Camera sensor devices
-# Selects: V4L2_FWNODE [=n] && VIDEO_V4L2_SUBDEV_API [=n] && MEDIA_CONTROLLER [=y]
-# 
-# 
-# 
-# CONFIG_VIDEO_RDACM20 is not set
-- 
GitLab
_______________________________________________
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




[Index of Archives]     [Fedora General Discussion]     [Older Fedora Users Archive]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Coolkey]     [Yum Users]     [Tux]     [Yosemite News]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [USB]     [Asterisk PBX]

  Powered by Linux