Skip to content

Commit

Permalink
[redhat] New configs in drivers/mfd
Browse files Browse the repository at this point in the history
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.

 Symbol: MFD_88PM886_PMIC [=n]
 Type  : bool
 Defined at drivers/mfd/Kconfig:797
   Prompt: Marvell 88PM886 PMIC
   Depends on: HAS_IOMEM [=y] && I2C [=y]=y [=y] && OF [=y]
   Location:
     -> Device Drivers
       -> Multifunction device drivers
         -> Marvell 88PM886 PMIC (MFD_88PM886_PMIC [=n])
 Selects: REGMAP_I2C [=m] && REGMAP_IRQ [=n] && MFD_CORE [=m]

 Commit: 860f8e3 (mfd: Add driver for Marvell 88PM886 PMIC)

---

 Symbol: MFD_CS40L50_I2C [=n]
 Type  : tristate
 Defined at drivers/mfd/Kconfig:2278
   Prompt: Cirrus Logic CS40L50 (I2C)
   Depends on: HAS_IOMEM [=y] && I2C [=y]
   Location:
     -> Device Drivers
       -> Multifunction device drivers
         -> Cirrus Logic CS40L50 (I2C) (MFD_CS40L50_I2C [=n])
 Selects: REGMAP_I2C [=m] && MFD_CS40L50_CORE [=n]

 Commit: cb62637 (mfd: cs40l50: Add support for CS40L50 core driver)

---

 Symbol: MFD_CS40L50_SPI [=n]
 Type  : tristate
 Defined at drivers/mfd/Kconfig:2290
   Prompt: Cirrus Logic CS40L50 (SPI)
   Depends on: HAS_IOMEM [=y] && SPI [=y]
   Location:
     -> Device Drivers
       -> Multifunction device drivers
         -> Cirrus Logic CS40L50 (SPI) (MFD_CS40L50_SPI [=n])
 Selects: REGMAP_SPI [=m] && MFD_CS40L50_CORE [=n]

 Commit: cb62637 (mfd: cs40l50: Add support for CS40L50 core driver)

---

 Symbol: MFD_ROHM_BD96801 [=n]
 Type  : tristate
 Defined at drivers/mfd/Kconfig:2104
   Prompt: ROHM BD96801 Power Management IC
   Depends on: HAS_IOMEM [=y] && I2C [=y]=y [=y] && OF [=y]
   Location:
     -> Device Drivers
       -> Multifunction device drivers
         -> ROHM BD96801 Power Management IC (MFD_ROHM_BD96801 [=n])
 Selects: REGMAP_I2C [=m] && REGMAP_IRQ [=n] && MFD_CORE [=m]

 Commit: 7276f42 (mfd: support ROHM BD96801 PMIC core)

---

Signed-off-by: Fedora Kernel Team <kernel-team@fedoraproject.org>
  • Loading branch information
Fedora Kernel Team authored and jmflinuxtx committed Jan 28, 2025
1 parent bd2630f commit 1475935
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 60 deletions.
15 changes: 0 additions & 15 deletions redhat/configs/pending-rhel/generic/CONFIG_MFD_88PM886_PMIC

This file was deleted.

15 changes: 0 additions & 15 deletions redhat/configs/pending-rhel/generic/CONFIG_MFD_CS40L50_I2C

This file was deleted.

15 changes: 0 additions & 15 deletions redhat/configs/pending-rhel/generic/CONFIG_MFD_CS40L50_SPI

This file was deleted.

15 changes: 0 additions & 15 deletions redhat/configs/pending-rhel/generic/CONFIG_MFD_ROHM_BD96801

This file was deleted.

1 change: 1 addition & 0 deletions redhat/configs/rhel/generic/CONFIG_MFD_88PM886_PMIC
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# CONFIG_MFD_88PM886_PMIC is not set
1 change: 1 addition & 0 deletions redhat/configs/rhel/generic/CONFIG_MFD_CS40L50_I2C
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# CONFIG_MFD_CS40L50_I2C is not set
1 change: 1 addition & 0 deletions redhat/configs/rhel/generic/CONFIG_MFD_CS40L50_SPI
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# CONFIG_MFD_CS40L50_SPI is not set
1 change: 1 addition & 0 deletions redhat/configs/rhel/generic/CONFIG_MFD_ROHM_BD96801
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# CONFIG_MFD_ROHM_BD96801 is not set

0 comments on commit 1475935

Please sign in to comment.