Kconfig 702 B

123456789101112131415161718192021222324252627282930
  1. menu "Amlogic Power Management Support"
  2. config AMLOGIC_PM
  3. bool "Amlogic Power support"
  4. select POWER_SUPPLY
  5. default n
  6. help
  7. Say Y here if you want to use the Amlogic power management.
  8. config SMBA10XX_BATTERY
  9. boolean "SMBA10XX battery driver support"
  10. select I2C
  11. default n
  12. help
  13. Say Y if you want to add battery driver supoort for SMBA10XX
  14. config BQ27x00_BATTERY
  15. bool "BQ27x00 Battery support"
  16. select POWER_SUPPLY
  17. select I2C
  18. default n
  19. help
  20. Say Y here if you want to add battery driver supoort for bq27x00.
  21. source "drivers/amlogic/power/act8xxx_pmu/Kconfig"
  22. source "drivers/amlogic/power/axp_power/Kconfig"
  23. source "drivers/amlogic/power/meson_cs_dcdc_regulator/Kconfig"
  24. endmenu