File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ config MFD_MADERA_SPI
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,7 +458,7 @@ config MFD_EXYNOS_LPASS
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,7 +473,7 @@ config MFD_GATEWORKS_GSC
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,7 +1109,7 @@ config PCF50633_GPIO
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,7 +1418,7 @@ config MFD_DB8500_PRCMU
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,7 +2116,7 @@ config MFD_STM32_TIMERS
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
You can’t perform that action at this time.
0 commit comments