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

[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_LEDS_CLASS_MULTICOLOR:

 This option enables the multicolor LED sysfs class in /sys/class/leds.
 It wraps LED class and adds multicolor LED specific sysfs attributes
 and kernel internal API to it. You'll need this to provide support
 for multicolor LEDs that are grouped together. This class is not
 intended for single color LEDs. It can be built as a module.

 Symbol: LEDS_CLASS_MULTICOLOR [=n]
 Type  : tristate
 Defined at drivers/leds/Kconfig:33
   Prompt: LED Multicolor Class Support
   Depends on: NEW_LEDS [=y] && LEDS_CLASS [=y]
   Location:
     -> Device Drivers
       -> LED Support (NEW_LEDS [=y])
         -> LED Class Support (LEDS_CLASS [=y])

---

 CONFIG_LEDS_LP55XX_COMMON:

 This option supports common operations for LP5521/5523/55231/5562/8501
 devices.

 Symbol: LEDS_LP55XX_COMMON [=n]
 Type  : tristate
 Defined at drivers/leds/Kconfig:398
   Prompt: Common Driver for TI/National LP5521/5523/55231/5562/8501
   Depends on: NEW_LEDS [=y] && (LEDS_CLASS_MULTICOLOR [=n] || !LEDS_CLASS_MULTICOLOR [=n]) && OF [=y] && I2C [=y]
   Location:
     -> Device Drivers
       -> LED Support (NEW_LEDS [=y])
 Selects: FW_LOADER [=y] && FW_LOADER_USER_HELPER [=y]

---

Signed-off-by: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx>
---
 .../generic/CONFIG_LEDS_CLASS_MULTICOLOR      |  1 +
 .../common/generic/CONFIG_LEDS_LP55XX_COMMON  |  1 +
 .../generic/CONFIG_LEDS_CLASS_MULTICOLOR      | 21 -------------------
 .../generic/CONFIG_LEDS_LP55XX_COMMON         | 18 ----------------
 4 files changed, 2 insertions(+), 39 deletions(-)
 create mode 100644 redhat/configs/common/generic/CONFIG_LEDS_CLASS_MULTICOLOR
 create mode 100644 redhat/configs/common/generic/CONFIG_LEDS_LP55XX_COMMON
 delete mode 100644 redhat/configs/pending-common/generic/CONFIG_LEDS_CLASS_MULTICOLOR
 delete mode 100644 redhat/configs/pending-common/generic/CONFIG_LEDS_LP55XX_COMMON

diff --git a/redhat/configs/common/generic/CONFIG_LEDS_CLASS_MULTICOLOR b/redhat/configs/common/generic/CONFIG_LEDS_CLASS_MULTICOLOR
new file mode 100644
index 000000000000..159fd0d5c0c7
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_LEDS_CLASS_MULTICOLOR
@@ -0,0 +1 @@
+# CONFIG_LEDS_CLASS_MULTICOLOR is not set
diff --git a/redhat/configs/common/generic/CONFIG_LEDS_LP55XX_COMMON b/redhat/configs/common/generic/CONFIG_LEDS_LP55XX_COMMON
new file mode 100644
index 000000000000..a90d7885b2a3
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_LEDS_LP55XX_COMMON
@@ -0,0 +1 @@
+# CONFIG_LEDS_LP55XX_COMMON is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_LEDS_CLASS_MULTICOLOR b/redhat/configs/pending-common/generic/CONFIG_LEDS_CLASS_MULTICOLOR
deleted file mode 100644
index f18293d56601..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_LEDS_CLASS_MULTICOLOR
+++ /dev/null
@@ -1,21 +0,0 @@
-# CONFIG_LEDS_CLASS_MULTICOLOR:
-# 
-# This option enables the multicolor LED sysfs class in /sys/class/leds.
-# It wraps LED class and adds multicolor LED specific sysfs attributes
-# and kernel internal API to it. You'll need this to provide support
-# for multicolor LEDs that are grouped together. This class is not
-# intended for single color LEDs. It can be built as a module.
-# 
-# Symbol: LEDS_CLASS_MULTICOLOR [=n]
-# Type  : tristate
-# Defined at drivers/leds/Kconfig:33
-#   Prompt: LED Multicolor Class Support
-#   Depends on: NEW_LEDS [=y] && LEDS_CLASS [=y]
-#   Location:
-#     -> Device Drivers
-#       -> LED Support (NEW_LEDS [=y])
-#         -> LED Class Support (LEDS_CLASS [=y])
-# 
-# 
-# 
-# CONFIG_LEDS_CLASS_MULTICOLOR is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_LEDS_LP55XX_COMMON b/redhat/configs/pending-common/generic/CONFIG_LEDS_LP55XX_COMMON
deleted file mode 100644
index 000d2006edec..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_LEDS_LP55XX_COMMON
+++ /dev/null
@@ -1,18 +0,0 @@
-# CONFIG_LEDS_LP55XX_COMMON:
-# 
-# This option supports common operations for LP5521/5523/55231/5562/8501
-# devices.
-# 
-# Symbol: LEDS_LP55XX_COMMON [=n]
-# Type  : tristate
-# Defined at drivers/leds/Kconfig:398
-#   Prompt: Common Driver for TI/National LP5521/5523/55231/5562/8501
-#   Depends on: NEW_LEDS [=y] && (LEDS_CLASS_MULTICOLOR [=n] || !LEDS_CLASS_MULTICOLOR [=n]) && OF [=y] && I2C [=y]
-#   Location:
-#     -> Device Drivers
-#       -> LED Support (NEW_LEDS [=y])
-# Selects: FW_LOADER [=y] && FW_LOADER_USER_HELPER [=y]
-# 
-# 
-# 
-# CONFIG_LEDS_LP55XX_COMMON 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