File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ config MFD_MADERA_SPI
292292
293293config MFD_MAX5970
294294 tristate "Maxim 5970/5978 power switch and monitor"
295- depends on ( I2C && OF)
295+ depends on I2C && OF
296296 select MFD_SIMPLE_MFD_I2C
297297 help
298298 This driver controls a Maxim 5970/5978 switch via I2C bus.
@@ -458,7 +458,7 @@ config MFD_EXYNOS_LPASS
458458
459459config MFD_GATEWORKS_GSC
460460 tristate "Gateworks System Controller"
461- depends on ( I2C && OF)
461+ depends on I2C && OF
462462 select MFD_CORE
463463 select REGMAP_I2C
464464 select REGMAP_IRQ
@@ -473,7 +473,7 @@ config MFD_GATEWORKS_GSC
473473
474474config MFD_MC13XXX
475475 tristate
476- depends on ( SPI_MASTER || I2C)
476+ depends on SPI_MASTER || I2C
477477 select MFD_CORE
478478 select REGMAP_IRQ
479479 help
@@ -1109,7 +1109,7 @@ config PCF50633_GPIO
11091109
11101110config MFD_PM8XXX
11111111 tristate "Qualcomm PM8xxx PMIC chips driver"
1112- depends on ( ARM || HEXAGON || COMPILE_TEST)
1112+ depends on ARM || HEXAGON || COMPILE_TEST
11131113 select IRQ_DOMAIN_HIERARCHY
11141114 select MFD_CORE
11151115 select REGMAP
@@ -1418,7 +1418,7 @@ config MFD_DB8500_PRCMU
14181418
14191419config MFD_STMPE
14201420 bool "STMicroelectronics STMPE"
1421- depends on ( I2C=y || SPI_MASTER=y)
1421+ depends on I2C=y || SPI_MASTER=y
14221422 depends on OF
14231423 select MFD_CORE
14241424 help
@@ -2116,7 +2116,7 @@ config MFD_STM32_TIMERS
21162116
21172117config MFD_STPMIC1
21182118 tristate "Support for STPMIC1 PMIC"
2119- depends on ( I2C=y && OF)
2119+ depends on I2C=y && OF
21202120 select REGMAP_I2C
21212121 select REGMAP_IRQ
21222122 select MFD_CORE
You can’t perform that action at this time.
0 commit comments