From: Peter Robinson <pbrobinson@xxxxxxxxx> The following two chemical/partical sensors are quite common so enable them to make them easier to use. Signed-off-by: Peter Robinson <pbrobinson@xxxxxxxxx> --- redhat/configs/fedora/generic/CONFIG_PMS7003 | 2 +- .../configs/fedora/generic/CONFIG_SCD30_CORE | 1 + .../configs/fedora/generic/CONFIG_SCD30_I2C | 1 + .../fedora/generic/CONFIG_SCD30_SERIAL | 1 + .../pending-fedora/generic/CONFIG_SCD30_CORE | 22 ------------------- 5 files changed, 4 insertions(+), 23 deletions(-) create mode 100644 redhat/configs/fedora/generic/CONFIG_SCD30_CORE create mode 100644 redhat/configs/fedora/generic/CONFIG_SCD30_I2C create mode 100644 redhat/configs/fedora/generic/CONFIG_SCD30_SERIAL delete mode 100644 redhat/configs/pending-fedora/generic/CONFIG_SCD30_CORE diff --git a/redhat/configs/fedora/generic/CONFIG_PMS7003 b/redhat/configs/fedora/generic/CONFIG_PMS7003 index 08f08456b06c..4246b9df8c5c 100644 --- a/redhat/configs/fedora/generic/CONFIG_PMS7003 +++ b/redhat/configs/fedora/generic/CONFIG_PMS7003 @@ -1 +1 @@ -# CONFIG_PMS7003 is not set +CONFIG_PMS7003=m diff --git a/redhat/configs/fedora/generic/CONFIG_SCD30_CORE b/redhat/configs/fedora/generic/CONFIG_SCD30_CORE new file mode 100644 index 000000000000..a3c1fc0e07d6 --- /dev/null +++ b/redhat/configs/fedora/generic/CONFIG_SCD30_CORE @@ -0,0 +1 @@ +CONFIG_SCD30_CORE=m diff --git a/redhat/configs/fedora/generic/CONFIG_SCD30_I2C b/redhat/configs/fedora/generic/CONFIG_SCD30_I2C new file mode 100644 index 000000000000..695773492bea --- /dev/null +++ b/redhat/configs/fedora/generic/CONFIG_SCD30_I2C @@ -0,0 +1 @@ +CONFIG_SCD30_I2C=m diff --git a/redhat/configs/fedora/generic/CONFIG_SCD30_SERIAL b/redhat/configs/fedora/generic/CONFIG_SCD30_SERIAL new file mode 100644 index 000000000000..5a6d7ce05dcd --- /dev/null +++ b/redhat/configs/fedora/generic/CONFIG_SCD30_SERIAL @@ -0,0 +1 @@ +CONFIG_SCD30_SERIAL=m diff --git a/redhat/configs/pending-fedora/generic/CONFIG_SCD30_CORE b/redhat/configs/pending-fedora/generic/CONFIG_SCD30_CORE deleted file mode 100644 index 8a3a04a2043d..000000000000 --- a/redhat/configs/pending-fedora/generic/CONFIG_SCD30_CORE +++ /dev/null @@ -1,22 +0,0 @@ -# CONFIG_SCD30_CORE: -# -# Say Y here to build support for the Sensirion SCD30 sensor with carbon -# dioxide, relative humidity and temperature sensing capabilities. -# -# To compile this driver as a module, choose M here: the module will -# be called scd30_core. -# -# Symbol: SCD30_CORE [=n] -# Type : tristate -# Defined at drivers/iio/chemical/Kconfig:88 -# Prompt: SCD30 carbon dioxide sensor driver -# Depends on: IIO [=m] -# Location: -# -> Device Drivers -# -> Industrial I/O support (IIO [=m]) -# -> Chemical Sensors -# Selects: IIO_BUFFER [=y] && IIO_TRIGGERED_BUFFER [=m] -# -# -# -# CONFIG_SCD30_CORE 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