diff options
author | Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> | 2020-05-08 18:52:45 +0300 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2020-05-10 02:35:49 +0200 |
commit | 75ffb420aa715a3275bde04b64b101e91fe1f2b5 (patch) | |
tree | e1cae50d39da79fecb52ae2596fe7cac9028dbe6 /drivers/power | |
parent | 72073aa1e262607126cb4025bd8f08044f677ab6 (diff) |
power: supply: KConfig cleanup default n
The "default n" is not needed as it is, well, default. Clean
the KConfig by removing "default n".
Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'drivers/power')
-rw-r--r-- | drivers/power/supply/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/power/supply/Kconfig b/drivers/power/supply/Kconfig index 6343e2ead1ab..81b567ee1638 100644 --- a/drivers/power/supply/Kconfig +++ b/drivers/power/supply/Kconfig @@ -671,7 +671,6 @@ config CHARGER_RT9455 config CHARGER_CROS_USBPD tristate "ChromeOS EC based USBPD charger" depends on CROS_USBPD_NOTIFY - default n help Say Y here to enable ChromeOS EC based USBPD charger driver. This driver gets various bits of information about @@ -707,7 +706,6 @@ config CHARGER_BD70528 tristate "ROHM bd70528 charger driver" depends on MFD_ROHM_BD70528 select LINEAR_RANGES - default n help Say Y here to enable support for getting battery status information and altering charger configurations from charger |