All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove the GOLDFISH dependency from BATTERY_GOLDFISH
@ 2021-02-06  2:31 rkir
  2021-03-09 19:22 ` Roman Kiryanov
  0 siblings, 1 reply; 3+ messages in thread
From: rkir @ 2021-02-06  2:31 UTC (permalink / raw)
  To: sre; +Cc: linux-kernel, lfy, Roman Kiryanov

From: Roman Kiryanov <rkir@google.com>

This will allow to use the BATTERY_GOLDFISH driver
without enabling GOLDFISH.

Signed-off-by: Roman Kiryanov <rkir@google.com>
---
 drivers/power/supply/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/power/supply/Kconfig b/drivers/power/supply/Kconfig
index eec646c568b7..8704fe644b1f 100644
--- a/drivers/power/supply/Kconfig
+++ b/drivers/power/supply/Kconfig
@@ -683,11 +683,11 @@ config AB8500_BM
 
 config BATTERY_GOLDFISH
 	tristate "Goldfish battery driver"
-	depends on GOLDFISH || COMPILE_TEST
 	depends on HAS_IOMEM
 	help
-	  Say Y to enable support for the battery and AC power in the
-	  Goldfish emulator.
+	  Say Y to enable support for the Goldfish battery and AC power
+	  driver. Originated in the Android Studio Emulator (goldfish) it is
+	  going to be used in other emulators.
 
 config BATTERY_RT5033
 	tristate "RT5033 fuel gauge support"
-- 
2.30.0.478.g8a0d178c01-goog


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Remove the GOLDFISH dependency from BATTERY_GOLDFISH
  2021-02-06  2:31 [PATCH] Remove the GOLDFISH dependency from BATTERY_GOLDFISH rkir
@ 2021-03-09 19:22 ` Roman Kiryanov
  2021-04-05 10:11   ` Sebastian Reichel
  0 siblings, 1 reply; 3+ messages in thread
From: Roman Kiryanov @ 2021-03-09 19:22 UTC (permalink / raw)
  To: Sebastian Reichel; +Cc: LKML, Lingfeng Yang

On Fri, Feb 5, 2021 at 6:31 PM <rkir@google.com> wrote:
>
> From: Roman Kiryanov <rkir@google.com>
>
> This will allow to use the BATTERY_GOLDFISH driver
> without enabling GOLDFISH.

Hi Sebastian, could you please take a look at my patch?

Thank you.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Remove the GOLDFISH dependency from BATTERY_GOLDFISH
  2021-03-09 19:22 ` Roman Kiryanov
@ 2021-04-05 10:11   ` Sebastian Reichel
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Reichel @ 2021-04-05 10:11 UTC (permalink / raw)
  To: Roman Kiryanov; +Cc: LKML, Lingfeng Yang

[-- Attachment #1: Type: text/plain, Size: 389 bytes --]

Hi,

On Tue, Mar 09, 2021 at 11:22:26AM -0800, Roman Kiryanov wrote:
> On Fri, Feb 5, 2021 at 6:31 PM <rkir@google.com> wrote:
> >
> > From: Roman Kiryanov <rkir@google.com>
> >
> > This will allow to use the BATTERY_GOLDFISH driver
> > without enabling GOLDFISH.
> 
> Hi Sebastian, could you please take a look at my patch?
> 
> Thank you.

Thanks, queued.

-- Sebastian

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-05 10:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-06  2:31 [PATCH] Remove the GOLDFISH dependency from BATTERY_GOLDFISH rkir
2021-03-09 19:22 ` Roman Kiryanov
2021-04-05 10:11   ` Sebastian Reichel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.