Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mfd: Tidy Kconfig dependency's parentheses

Drop unneeded parentheses for clarity and consistency.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Link: https://lore.kernel.org/r/20240407112445.503bcbc6@endymion.delvare
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Jean Delvare and committed by
Lee Jones
5fbbeaa6 74d26d76

+6 -6
+6 -6
drivers/mfd/Kconfig
··· 292 292 293 293 config MFD_MAX5970 294 294 tristate "Maxim 5970/5978 power switch and monitor" 295 - depends on (I2C && OF) 295 + depends on I2C && OF 296 296 select MFD_SIMPLE_MFD_I2C 297 297 help 298 298 This driver controls a Maxim 5970/5978 switch via I2C bus. ··· 458 458 459 459 config MFD_GATEWORKS_GSC 460 460 tristate "Gateworks System Controller" 461 - depends on (I2C && OF) 461 + depends on I2C && OF 462 462 select MFD_CORE 463 463 select REGMAP_I2C 464 464 select REGMAP_IRQ ··· 473 473 474 474 config MFD_MC13XXX 475 475 tristate 476 - depends on (SPI_MASTER || I2C) 476 + depends on SPI_MASTER || I2C 477 477 select MFD_CORE 478 478 select REGMAP_IRQ 479 479 help ··· 1109 1109 1110 1110 config MFD_PM8XXX 1111 1111 tristate "Qualcomm PM8xxx PMIC chips driver" 1112 - depends on (ARM || HEXAGON || COMPILE_TEST) 1112 + depends on ARM || HEXAGON || COMPILE_TEST 1113 1113 select IRQ_DOMAIN_HIERARCHY 1114 1114 select MFD_CORE 1115 1115 select REGMAP ··· 1418 1418 1419 1419 config MFD_STMPE 1420 1420 bool "STMicroelectronics STMPE" 1421 - depends on (I2C=y || SPI_MASTER=y) 1421 + depends on I2C=y || SPI_MASTER=y 1422 1422 depends on OF 1423 1423 select MFD_CORE 1424 1424 help ··· 2116 2116 2117 2117 config MFD_STPMIC1 2118 2118 tristate "Support for STPMIC1 PMIC" 2119 - depends on (I2C=y && OF) 2119 + depends on I2C=y && OF 2120 2120 select REGMAP_I2C 2121 2121 select REGMAP_IRQ 2122 2122 select MFD_CORE