From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
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_ADXRS290:
Say yes here to build support for Analog Devices ADXRS290 programmable
digital output gyroscope.
This driver can also be built as a module. If so, the module will be
called adxrs290.
Symbol: ADXRS290 [=n]
Type : tristate
Defined at drivers/iio/gyro/Kconfig:44
Prompt: Analog Devices ADXRS290 Dual-Axis MEMS Gyroscope SPI driver
Depends on: IIO [=m] && SPI [=y]
Location:
-> Device Drivers
-> Industrial I/O support (IIO [=m])
-> Digital gyroscope sensors
Selects: IIO_BUFFER [=y] && IIO_TRIGGERED_BUFFER [=m]
---
CONFIG_AS73211:
If you say yes here you get support for the AMS AS73211
JENCOLOR(R) Digital XYZ Sensor.
For triggered measurements, you will need an additional trigger driver
like IIO_HRTIMER_TRIGGER or IIO_SYSFS_TRIGGER.
This driver can also be built as a module. If so, the module
will be called as73211.
Symbol: AS73211 [=n]
Type : tristate
Defined at drivers/iio/light/Kconfig:89
Prompt: AMS AS73211 XYZ color sensor
Depends on: IIO [=m] && I2C [=y]
Location:
-> Device Drivers
-> Industrial I/O support (IIO [=m])
-> Light sensors
Selects: IIO_BUFFER [=y] && IIO_TRIGGERED_BUFFER [=m]
---
CONFIG_HDC2010:
Say yes here to build support for the Texas Instruments
HDC2010 and HDC2080 relative humidity and temperature sensors.
To compile this driver as a module, choose M here: the module
will be called hdc2010.
Symbol: HDC2010 [=n]
Type : tristate
Defined at drivers/iio/humidity/Kconfig:41
Prompt: TI HDC2010 relative humidity and temperature sensor
Depends on: IIO [=m] && I2C [=y]
Location:
-> Device Drivers
-> Industrial I/O support (IIO [=m])
-> Humidity sensors
---
CONFIG_IIO_BUFFER_DMA:
Provides the generic IIO DMA buffer infrastructure that can be used by
drivers for devices with DMA support to implement the IIO buffer.
Should be selected by drivers that want to use the generic DMA buffer
infrastructure.
Symbol: IIO_BUFFER_DMA [=n]
Type : tristate
Defined at drivers/iio/buffer/Kconfig:13
Prompt: Industrial I/O DMA buffer infrastructure
Depends on: IIO [=m] && IIO_BUFFER [=y]
Location:
-> Device Drivers
-> Industrial I/O support (IIO [=m])
-> Enable buffer support within IIO (IIO_BUFFER [=y])
Selected by [n]:
- IIO_BUFFER_DMAENGINE [=n] && IIO [=m] && IIO_BUFFER [=y]
---
CONFIG_IIO_BUFFER_DMAENGINE:
Provides a bonding of the generic IIO DMA buffer infrastructure with the
DMAEngine framework. This can be used by converter drivers with a DMA port
connected to an external DMA controller which is supported by the
DMAEngine framework.
Should be selected by drivers that want to use this functionality.
Symbol: IIO_BUFFER_DMAENGINE [=n]
Type : tristate
Defined at drivers/iio/buffer/Kconfig:22
Prompt: Industrial I/O DMA buffer integration with DMAEngine
Depends on: IIO [=m] && IIO_BUFFER [=y]
Location:
-> Device Drivers
-> Industrial I/O support (IIO [=m])
-> Enable buffer support within IIO (IIO_BUFFER [=y])
Selects: IIO_BUFFER_DMA [=n]
Selected by [n]:
- ADI_AXI_ADC [=n] && IIO [=m]
---
CONFIG_IIO_TRIGGERED_EVENT:
Provides helper functions for setting up triggered events.
Symbol: IIO_TRIGGERED_EVENT [=n]
Type : tristate
Defined at drivers/iio/Kconfig:65
Prompt: Enable triggered events support
Depends on: IIO [=m]
Location:
-> Device Drivers
-> Industrial I/O support (IIO [=m])
Selects: IIO_TRIGGER [=y]
Selected by [n]:
- HI8435 [=n] && IIO [=m] && SPI [=y]
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
redhat/configs/common/generic/CONFIG_ADXRS290 | 1 +
redhat/configs/common/generic/CONFIG_AS73211 | 1 +
redhat/configs/common/generic/CONFIG_HDC2010 | 1 +
.../common/generic/CONFIG_IIO_BUFFER_DMA | 1 +
.../generic/CONFIG_IIO_BUFFER_DMAENGINE | 1 +
.../common/generic/CONFIG_IIO_TRIGGERED_EVENT | 1 +
.../pending-common/generic/CONFIG_ADXRS290 | 22 ----------------
.../pending-common/generic/CONFIG_AS73211 | 25 -------------------
.../pending-common/generic/CONFIG_HDC2010 | 21 ----------------
.../generic/CONFIG_IIO_BUFFER_DMA | 23 -----------------
.../generic/CONFIG_IIO_BUFFER_DMAENGINE | 25 -------------------
.../generic/CONFIG_IIO_TRIGGERED_EVENT | 19 --------------
12 files changed, 6 insertions(+), 135 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_ADXRS290
create mode 100644 redhat/configs/common/generic/CONFIG_AS73211
create mode 100644 redhat/configs/common/generic/CONFIG_HDC2010
create mode 100644 redhat/configs/common/generic/CONFIG_IIO_BUFFER_DMA
create mode 100644 redhat/configs/common/generic/CONFIG_IIO_BUFFER_DMAENGINE
create mode 100644 redhat/configs/common/generic/CONFIG_IIO_TRIGGERED_EVENT
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_ADXRS290
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_AS73211
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_HDC2010
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_IIO_BUFFER_DMA
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_IIO_BUFFER_DMAENGINE
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_IIO_TRIGGERED_EVENT
diff --git a/redhat/configs/common/generic/CONFIG_ADXRS290 b/redhat/configs/common/generic/CONFIG_ADXRS290
new file mode 100644
index 000000000000..8b7d877f13bc
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_ADXRS290
@@ -0,0 +1 @@
+# CONFIG_ADXRS290 is not set
diff --git a/redhat/configs/common/generic/CONFIG_AS73211 b/redhat/configs/common/generic/CONFIG_AS73211
new file mode 100644
index 000000000000..dd3aa86a497a
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_AS73211
@@ -0,0 +1 @@
+# CONFIG_AS73211 is not set
diff --git a/redhat/configs/common/generic/CONFIG_HDC2010 b/redhat/configs/common/generic/CONFIG_HDC2010
new file mode 100644
index 000000000000..fad2fecfd916
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_HDC2010
@@ -0,0 +1 @@
+# CONFIG_HDC2010 is not set
diff --git a/redhat/configs/common/generic/CONFIG_IIO_BUFFER_DMA b/redhat/configs/common/generic/CONFIG_IIO_BUFFER_DMA
new file mode 100644
index 000000000000..fdc2817a1429
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_IIO_BUFFER_DMA
@@ -0,0 +1 @@
+# CONFIG_IIO_BUFFER_DMA is not set
diff --git a/redhat/configs/common/generic/CONFIG_IIO_BUFFER_DMAENGINE b/redhat/configs/common/generic/CONFIG_IIO_BUFFER_DMAENGINE
new file mode 100644
index 000000000000..7f7ca607ab89
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_IIO_BUFFER_DMAENGINE
@@ -0,0 +1 @@
+# CONFIG_IIO_BUFFER_DMAENGINE is not set
diff --git a/redhat/configs/common/generic/CONFIG_IIO_TRIGGERED_EVENT b/redhat/configs/common/generic/CONFIG_IIO_TRIGGERED_EVENT
new file mode 100644
index 000000000000..d9e9ba26a23b
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_IIO_TRIGGERED_EVENT
@@ -0,0 +1 @@
+# CONFIG_IIO_TRIGGERED_EVENT is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_ADXRS290 b/redhat/configs/pending-common/generic/CONFIG_ADXRS290
deleted file mode 100644
index b02ec271816d..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_ADXRS290
+++ /dev/null
@@ -1,22 +0,0 @@
-# CONFIG_ADXRS290:
-#
-# Say yes here to build support for Analog Devices ADXRS290 programmable
-# digital output gyroscope.
-#
-# This driver can also be built as a module. If so, the module will be
-# called adxrs290.
-#
-# Symbol: ADXRS290 [=n]
-# Type : tristate
-# Defined at drivers/iio/gyro/Kconfig:44
-# Prompt: Analog Devices ADXRS290 Dual-Axis MEMS Gyroscope SPI driver
-# Depends on: IIO [=m] && SPI [=y]
-# Location:
-# -> Device Drivers
-# -> Industrial I/O support (IIO [=m])
-# -> Digital gyroscope sensors
-# Selects: IIO_BUFFER [=y] && IIO_TRIGGERED_BUFFER [=m]
-#
-#
-#
-# CONFIG_ADXRS290 is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_AS73211 b/redhat/configs/pending-common/generic/CONFIG_AS73211
deleted file mode 100644
index 74985d5e3d70..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_AS73211
+++ /dev/null
@@ -1,25 +0,0 @@
-# CONFIG_AS73211:
-#
-# If you say yes here you get support for the AMS AS73211
-# JENCOLOR(R) Digital XYZ Sensor.
-#
-# For triggered measurements, you will need an additional trigger driver
-# like IIO_HRTIMER_TRIGGER or IIO_SYSFS_TRIGGER.
-#
-# This driver can also be built as a module. If so, the module
-# will be called as73211.
-#
-# Symbol: AS73211 [=n]
-# Type : tristate
-# Defined at drivers/iio/light/Kconfig:89
-# Prompt: AMS AS73211 XYZ color sensor
-# Depends on: IIO [=m] && I2C [=y]
-# Location:
-# -> Device Drivers
-# -> Industrial I/O support (IIO [=m])
-# -> Light sensors
-# Selects: IIO_BUFFER [=y] && IIO_TRIGGERED_BUFFER [=m]
-#
-#
-#
-# CONFIG_AS73211 is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_HDC2010 b/redhat/configs/pending-common/generic/CONFIG_HDC2010
deleted file mode 100644
index 9f4de631e21c..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_HDC2010
+++ /dev/null
@@ -1,21 +0,0 @@
-# CONFIG_HDC2010:
-#
-# Say yes here to build support for the Texas Instruments
-# HDC2010 and HDC2080 relative humidity and temperature sensors.
-#
-# To compile this driver as a module, choose M here: the module
-# will be called hdc2010.
-#
-# Symbol: HDC2010 [=n]
-# Type : tristate
-# Defined at drivers/iio/humidity/Kconfig:41
-# Prompt: TI HDC2010 relative humidity and temperature sensor
-# Depends on: IIO [=m] && I2C [=y]
-# Location:
-# -> Device Drivers
-# -> Industrial I/O support (IIO [=m])
-# -> Humidity sensors
-#
-#
-#
-# CONFIG_HDC2010 is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_IIO_BUFFER_DMA b/redhat/configs/pending-common/generic/CONFIG_IIO_BUFFER_DMA
deleted file mode 100644
index 21afc7a2d756..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_IIO_BUFFER_DMA
+++ /dev/null
@@ -1,23 +0,0 @@
-# CONFIG_IIO_BUFFER_DMA:
-#
-# Provides the generic IIO DMA buffer infrastructure that can be used by
-# drivers for devices with DMA support to implement the IIO buffer.
-#
-# Should be selected by drivers that want to use the generic DMA buffer
-# infrastructure.
-#
-# Symbol: IIO_BUFFER_DMA [=n]
-# Type : tristate
-# Defined at drivers/iio/buffer/Kconfig:13
-# Prompt: Industrial I/O DMA buffer infrastructure
-# Depends on: IIO [=m] && IIO_BUFFER [=y]
-# Location:
-# -> Device Drivers
-# -> Industrial I/O support (IIO [=m])
-# -> Enable buffer support within IIO (IIO_BUFFER [=y])
-# Selected by [n]:
-# - IIO_BUFFER_DMAENGINE [=n] && IIO [=m] && IIO_BUFFER [=y]
-#
-#
-#
-# CONFIG_IIO_BUFFER_DMA is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_IIO_BUFFER_DMAENGINE b/redhat/configs/pending-common/generic/CONFIG_IIO_BUFFER_DMAENGINE
deleted file mode 100644
index 46d5cb284caf..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_IIO_BUFFER_DMAENGINE
+++ /dev/null
@@ -1,25 +0,0 @@
-# CONFIG_IIO_BUFFER_DMAENGINE:
-#
-# Provides a bonding of the generic IIO DMA buffer infrastructure with the
-# DMAEngine framework. This can be used by converter drivers with a DMA port
-# connected to an external DMA controller which is supported by the
-# DMAEngine framework.
-#
-# Should be selected by drivers that want to use this functionality.
-#
-# Symbol: IIO_BUFFER_DMAENGINE [=n]
-# Type : tristate
-# Defined at drivers/iio/buffer/Kconfig:22
-# Prompt: Industrial I/O DMA buffer integration with DMAEngine
-# Depends on: IIO [=m] && IIO_BUFFER [=y]
-# Location:
-# -> Device Drivers
-# -> Industrial I/O support (IIO [=m])
-# -> Enable buffer support within IIO (IIO_BUFFER [=y])
-# Selects: IIO_BUFFER_DMA [=n]
-# Selected by [n]:
-# - ADI_AXI_ADC [=n] && IIO [=m]
-#
-#
-#
-# CONFIG_IIO_BUFFER_DMAENGINE is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_IIO_TRIGGERED_EVENT b/redhat/configs/pending-common/generic/CONFIG_IIO_TRIGGERED_EVENT
deleted file mode 100644
index d8cf5d290871..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_IIO_TRIGGERED_EVENT
+++ /dev/null
@@ -1,19 +0,0 @@
-# CONFIG_IIO_TRIGGERED_EVENT:
-#
-# Provides helper functions for setting up triggered events.
-#
-# Symbol: IIO_TRIGGERED_EVENT [=n]
-# Type : tristate
-# Defined at drivers/iio/Kconfig:65
-# Prompt: Enable triggered events support
-# Depends on: IIO [=m]
-# Location:
-# -> Device Drivers
-# -> Industrial I/O support (IIO [=m])
-# Selects: IIO_TRIGGER [=y]
-# Selected by [n]:
-# - HI8435 [=n] && IIO [=m] && SPI [=y]
-#
-#
-#
-# CONFIG_IIO_TRIGGERED_EVENT is not set
--
GitLab