diff options
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index e89c62ef7214..51e9fa59d629 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -104,9 +104,16 @@ config BATTERY_MAX17040 in handheld and portable equipment. The MAX17040 is configured to operate with a single lithium cell +config TEGRA_BATTERY_ODM + boolean "NVIDIA Tegra ODM kit battery driver (PMU controlled)" + depends on ARCH_TEGRA && TEGRA_ODM_KIT + help + Say Y to enable battery support for Tegra using the NVIDIA ODM kit + PMU adaptation interface + config TEGRA_BATTERY_NVEC boolean "Battery connected to NVIDIA Tegra NvEc embedded controller" - depends on ARCH_TEGRA && TEGRA_NVEC + depends on ARCH_TEGRA && TEGRA_NVEC && !TEGRA_BATTERY_ODM help Say Y to include battery support for batteries connected to an NVIDIA Tegra NvEc-compliant embedded controller |