From a71ee103a729754519abc15fd58e6b258a89e58b Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 19 Oct 2020 11:42:37 -0500 Subject: Linux v5.9.1 Signed-off-by: Justin M. Forbes --- configs/fedora/generic/CONFIG_CHARGER_BQ2515X | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 configs/fedora/generic/CONFIG_CHARGER_BQ2515X (limited to 'configs/fedora/generic/CONFIG_CHARGER_BQ2515X') diff --git a/configs/fedora/generic/CONFIG_CHARGER_BQ2515X b/configs/fedora/generic/CONFIG_CHARGER_BQ2515X new file mode 100644 index 000000000..b34559b56 --- /dev/null +++ b/configs/fedora/generic/CONFIG_CHARGER_BQ2515X @@ -0,0 +1,22 @@ +# CONFIG_CHARGER_BQ2515X: +# +# Say Y to enable support for the TI BQ2515X family of battery +# charging integrated circuits. The BQ2515X are highly integrated +# battery charge management ICs that integrate the most common +# functions for wearable devices, namely a charger, an output voltage +# rail, ADC for battery and system monitoring, and push-button +# controller. +# +# Symbol: CHARGER_BQ2515X [=n] +# Type : tristate +# Defined at drivers/power/supply/Kconfig:613 +# Prompt: TI BQ2515X battery charger family +# Depends on: POWER_SUPPLY [=y] && I2C [=y] && (GPIOLIB [=y] || COMPILE_TEST [=n]) +# Location: +# -> Device Drivers +# -> Power supply class support (POWER_SUPPLY [=y]) +# Selects: REGMAP_I2C [=y] +# +# +# +CONFIG_CHARGER_BQ2515X=m -- cgit