diff options
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/Kconfig | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 66db02cee2ad..ec2da8392466 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -469,6 +469,20 @@ config MFD_PCF50633 | |||
469 | facilities, and registers devices for the various functions | 469 | facilities, and registers devices for the various functions |
470 | so that function-specific drivers can bind to them. | 470 | so that function-specific drivers can bind to them. |
471 | 471 | ||
472 | config PCF50633_ADC | ||
473 | tristate "Support for NXP PCF50633 ADC" | ||
474 | depends on MFD_PCF50633 | ||
475 | help | ||
476 | Say yes here if you want to include support for ADC in the | ||
477 | NXP PCF50633 chip. | ||
478 | |||
479 | config PCF50633_GPIO | ||
480 | tristate "Support for NXP PCF50633 GPIO" | ||
481 | depends on MFD_PCF50633 | ||
482 | help | ||
483 | Say yes here if you want to include support GPIO for pins on | ||
484 | the PCF50633 chip. | ||
485 | |||
472 | config MFD_MC13783 | 486 | config MFD_MC13783 |
473 | tristate | 487 | tristate |
474 | 488 | ||
@@ -484,20 +498,6 @@ config MFD_MC13XXX | |||
484 | additional drivers must be enabled in order to use the | 498 | additional drivers must be enabled in order to use the |
485 | functionality of the device. | 499 | functionality of the device. |
486 | 500 | ||
487 | config PCF50633_ADC | ||
488 | tristate "Support for NXP PCF50633 ADC" | ||
489 | depends on MFD_PCF50633 | ||
490 | help | ||
491 | Say yes here if you want to include support for ADC in the | ||
492 | NXP PCF50633 chip. | ||
493 | |||
494 | config PCF50633_GPIO | ||
495 | tristate "Support for NXP PCF50633 GPIO" | ||
496 | depends on MFD_PCF50633 | ||
497 | help | ||
498 | Say yes here if you want to include support GPIO for pins on | ||
499 | the PCF50633 chip. | ||
500 | |||
501 | config ABX500_CORE | 501 | config ABX500_CORE |
502 | bool "ST-Ericsson ABX500 Mixed Signal Circuit register functions" | 502 | bool "ST-Ericsson ABX500 Mixed Signal Circuit register functions" |
503 | default y if ARCH_U300 || ARCH_U8500 | 503 | default y if ARCH_U300 || ARCH_U8500 |