This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
mirror of
https://github.com/AsahiLinux/u-boot
synced
2024-11-19 19:28:36 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
04488c4d15
u-boot
/
drivers
/
w1
/
Makefile
4 lines
68 B
Makefile
Raw
Normal View
History
Unescape
Escape
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>
2018-09-18 07:35:24 +00:00
obj-$(CONFIG_W1)
+=
w1-uclass.o
w1: Add 1-Wire gpio driver Add a bus driver for bitbanging a 1-Wire bus over a GPIO. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> [eugen.hristev@microchip.com: fixed some issues] Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
2018-09-18 07:35:25 +00:00
obj-$(CONFIG_W1_GPIO)
+=
w1-gpio.o
Reference in a new issue
Copy permalink