mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] eeprom: at24: Select NVMEM as a dependency
@ 2019-09-07 23:52 Andrey Smirnov
  2019-09-09  7:07 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Andrey Smirnov @ 2019-09-07 23:52 UTC (permalink / raw)
  To: barebox; +Cc: Andrey Smirnov

NVMEM subsystem is now a mandatory dependecy for EEPROM_AT24.

Fixes: 815e7140de ("eeprom: at24: Convert the driver to NVMEM")
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
---
 drivers/eeprom/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/eeprom/Kconfig b/drivers/eeprom/Kconfig
index 0e36c824ec..6a71c12f4e 100644
--- a/drivers/eeprom/Kconfig
+++ b/drivers/eeprom/Kconfig
@@ -9,6 +9,7 @@ config EEPROM_AT25
 	  on your target board.
 
 config EEPROM_AT24
+        select NVMEM
 	bool "at24 based eeprom"
 	depends on I2C
 	help
-- 
2.21.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH] eeprom: at24: Select NVMEM as a dependency
  2019-09-07 23:52 [PATCH] eeprom: at24: Select NVMEM as a dependency Andrey Smirnov
@ 2019-09-09  7:07 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2019-09-09  7:07 UTC (permalink / raw)
  To: Andrey Smirnov; +Cc: barebox

On Sat, Sep 07, 2019 at 04:52:36PM -0700, Andrey Smirnov wrote:
> NVMEM subsystem is now a mandatory dependecy for EEPROM_AT24.
> 
> Fixes: 815e7140de ("eeprom: at24: Convert the driver to NVMEM")
> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
> ---
>  drivers/eeprom/Kconfig | 1 +
>  1 file changed, 1 insertion(+)

Applied with whitespace cleanup. Thanks,

Sascha


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2019-09-09  7:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-07 23:52 [PATCH] eeprom: at24: Select NVMEM as a dependency Andrey Smirnov
2019-09-09  7:07 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox