Skip to content

[redhat] New configs in drivers/mfd

CKI ARK Bot requested to merge configs/2023-06-29/drivers/mfd into os-build

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_RK8XX_I2C [=n] Type : tristate Defined at drivers/mfd/Kconfig:1190 Prompt: Rockchip RK805/RK808/RK809/RK817/RK818 Power Management Chip Depends on: HAS_IOMEM [=y] && I2C [=y] && OF [=y] Location: -> Device Drivers -> Multifunction device drivers -> Rockchip RK805/RK808/RK809/RK817/RK818 Power Management Chip (MFD_RK8XX_I2C [=n]) Selects: MFD_CORE [=m] && REGMAP_I2C [=m] && REGMAP_IRQ [=n] && MFD_RK8XX [=n]


Symbol: MFD_RK8XX_SPI [=n] Type : tristate Defined at drivers/mfd/Kconfig:1204 Prompt: Rockchip RK806 Power Management Chip Depends on: HAS_IOMEM [=y] && SPI [=y] && OF [=y] Location: -> Device Drivers -> Multifunction device drivers -> Rockchip RK806 Power Management Chip (MFD_RK8XX_SPI [=n]) Selects: MFD_CORE [=y] && REGMAP_SPI [=m] && REGMAP_IRQ [=y] && MFD_RK8XX [=n]


Symbol: MFD_TPS6594_I2C [=n] Type : tristate Defined at drivers/mfd/Kconfig:1707 Prompt: TI TPS6594 Power Management chip with I2C Depends on: HAS_IOMEM [=y] && I2C [=y] Location: -> Device Drivers -> Multifunction device drivers -> TI TPS6594 Power Management chip with I2C (MFD_TPS6594_I2C [=n]) Selects: MFD_TPS6594 [=n] && REGMAP_I2C [=m] && CRC8 [=m]


Symbol: MFD_TPS6594_SPI [=n] Type : tristate Defined at drivers/mfd/Kconfig:1720 Prompt: TI TPS6594 Power Management chip with SPI Depends on: HAS_IOMEM [=y] && SPI_MASTER [=y] Location: -> Device Drivers -> Multifunction device drivers -> TI TPS6594 Power Management chip with SPI (MFD_TPS6594_SPI [=n]) Selects: MFD_TPS6594 [=n] && REGMAP_SPI [=m] && CRC8 [=m]


Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org

Merge request reports