home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / mxc / pmic / Kconfig next >
Encoding:
Text File  |  2009-09-09  |  630 b   |  32 lines

  1. #
  2. # PMIC device driver configuration
  3. #
  4.  
  5. menu "MXC PMIC support"
  6.  
  7. config MXC_PMIC
  8.     boolean
  9.  
  10. config MXC_PMIC_MC13892
  11.     tristate "MC13892 PMIC"
  12.     depends on ARCH_MXC && (I2C || SPI)
  13.     select MXC_PMIC
  14.     ---help---
  15.       This is the MXC MC13892(PMIC) support. It include
  16.       ADC, Battery, Connectivity, Light, Power and RTC.
  17.  
  18. config MXC_PMIC_I2C
  19.       bool "Support PMIC I2C Interface"
  20.     depends on MXC_PMIC_MC13892 && I2C
  21.  
  22. config MXC_PMIC_SPI
  23.       bool "Support PMIC SPI Interface"
  24.     depends on (MXC_PMIC_MC13892 || MXC_PMIC_MC13783) && SPI
  25.  
  26. comment "MXC PMIC Client Drivers"
  27.     depends on MXC_PMIC
  28.  
  29. source "drivers/mxc/pmic/mc13892/Kconfig"
  30.  
  31. endmenu
  32.