aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2011-04-15 08:06:37 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2011-05-26 13:45:26 -0400
commit1305134e8246fb4e86b93d5b6a21caa0e07a8ecf (patch)
tree2483b89d0d2079462b1b779cd309cfcb114ef9c5 /drivers/mfd
parent37df003c85efd40b20c6d54695d4f03e6e75ebe6 (diff)
mfd: Group NXP PCF50633* drivers together
PCF50633_ADC and PCF50633_GPIO depends on MFD_PCF50633. Thus group NXP PCF50633* drivers together. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/Kconfig28
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
472config 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
479config 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
472config MFD_MC13783 486config 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
487config 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
494config 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
501config ABX500_CORE 501config 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