commit | bdbdca3700034c13ed741afa2270932f73dc4c88 | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@free-electrons.com> | Tue Sep 18 10:35:24 2018 +0300 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 28 20:22:34 2018 -0400 |
tree | 96c9b9583e2c5f2b59bd142e89f7fb9e73702196 | |
parent | 5ca878b0944eabb6b64327c6b2d96135919d3621 [diff] [blame] |
w1: Add 1-Wire uclass We might want to use 1-Wire devices connected on boards such as EEPROMs in U-Boot. Provide a framework to be able to do that. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> [eugen.hristev@microchip.com: reworked] Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
diff --git a/drivers/w1/Makefile b/drivers/w1/Makefile new file mode 100644 index 0000000..f81693b --- /dev/null +++ b/drivers/w1/Makefile
@@ -0,0 +1 @@ +obj-$(CONFIG_W1) += w1-uclass.o