mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
a2e99a71b2
Two variants of controllers are supported: V1 (bitwise only) found in i.MX21, i.MX27, i.MX31, i.MX51 V2 (byte operations) found in i.MX25, i.MX35, i.MX50, i.MX53 Only tested on i.MX53 hardware but in both modes (by modifying the device tree). Signed-off-by: Martin Fuzzey <martin.fuzzey@flowbird.group>
4 lines
101 B
Makefile
4 lines
101 B
Makefile
obj-$(CONFIG_W1) += w1-uclass.o
|
|
|
|
obj-$(CONFIG_W1_GPIO) += w1-gpio.o
|
|
obj-$(CONFIG_W1_MXC) += mxc_w1.o
|