Kconfig (16217dc79dbc599b110dda26d0421df47904bba4) | Kconfig (3c6e8d05d60d8106b5cdc730cf220b2a4b521b66) |
---|---|
1# 2# Multifunction miscellaneous devices 3# 4 5if HAS_IOMEM 6menu "Multifunction device drivers" 7 8config MFD_CORE --- 326 unchanged lines hidden (view full) --- 335 depends on ARCH_HISI || COMPILE_TEST 336 depends on OF 337 select MFD_CORE 338 select REGMAP_MMIO 339 select REGMAP_IRQ 340 help 341 Select this option to enable Hisilicon hi655x series pmic driver. 342 | 1# 2# Multifunction miscellaneous devices 3# 4 5if HAS_IOMEM 6menu "Multifunction device drivers" 7 8config MFD_CORE --- 326 unchanged lines hidden (view full) --- 335 depends on ARCH_HISI || COMPILE_TEST 336 depends on OF 337 select MFD_CORE 338 select REGMAP_MMIO 339 select REGMAP_IRQ 340 help 341 Select this option to enable Hisilicon hi655x series pmic driver. 342 |
343config HTC_EGPIO 344 bool "HTC EGPIO support" 345 depends on GPIOLIB && ARM 346 help 347 This driver supports the CPLD egpio chip present on 348 several HTC phones. It provides basic support for input 349 pins, output pins, and irqs. 350 | |
351config HTC_PASIC3 352 tristate "HTC PASIC3 LED/DS1WM chip support" 353 select MFD_CORE 354 help 355 This core driver provides register access for the LED/DS1WM 356 chips labeled "AIC2" and "AIC3", found on HTC Blueangel and 357 HTC Magician devices, respectively. Actual functionality is 358 handled by the leds-pasic3 and ds1wm drivers. --- 1263 unchanged lines hidden --- | 343config HTC_PASIC3 344 tristate "HTC PASIC3 LED/DS1WM chip support" 345 select MFD_CORE 346 help 347 This core driver provides register access for the LED/DS1WM 348 chips labeled "AIC2" and "AIC3", found on HTC Blueangel and 349 HTC Magician devices, respectively. Actual functionality is 350 handled by the leds-pasic3 and ds1wm drivers. --- 1263 unchanged lines hidden --- |