Kconfig (c441bfb5f2866de71e092c1b9d866a65978dfe1a) | Kconfig (24700e1f41f0dcbe389b8d9e5830aaca2192093c) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# GPIO infrastructure and drivers 4# 5 6config ARCH_HAVE_CUSTOM_GPIO_H 7 bool 8 help --- 1353 unchanged lines hidden (view full) --- 1362config GPIO_TPS65912 1363 tristate "TI TPS65912 GPIO" 1364 depends on MFD_TPS65912 1365 help 1366 This driver supports TPS65912 gpio chip 1367 1368config GPIO_TPS68470 1369 bool "TPS68470 GPIO" | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# GPIO infrastructure and drivers 4# 5 6config ARCH_HAVE_CUSTOM_GPIO_H 7 bool 8 help --- 1353 unchanged lines hidden (view full) --- 1362config GPIO_TPS65912 1363 tristate "TI TPS65912 GPIO" 1364 depends on MFD_TPS65912 1365 help 1366 This driver supports TPS65912 gpio chip 1367 1368config GPIO_TPS68470 1369 bool "TPS68470 GPIO" |
1370 depends on MFD_TPS68470 | 1370 depends on INTEL_SKL_INT3472 |
1371 help 1372 Select this option to enable GPIO driver for the TPS68470 1373 chip family. 1374 There are 7 GPIOs and few sensor related GPIOs supported 1375 by the TPS68470. While the 7 GPIOs can be configured as 1376 input or output as appropriate, the sensor related GPIOs 1377 are "output only" GPIOs. 1378 --- 282 unchanged lines hidden --- | 1371 help 1372 Select this option to enable GPIO driver for the TPS68470 1373 chip family. 1374 There are 7 GPIOs and few sensor related GPIOs supported 1375 by the TPS68470. While the 7 GPIOs can be configured as 1376 input or output as appropriate, the sensor related GPIOs 1377 are "output only" GPIOs. 1378 --- 282 unchanged lines hidden --- |