summaryrefslogtreecommitdiffstats
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-10-29 14:02:36 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-10-29 22:31:18 +0100
commit6b21594df08f6f569ca86dfb80d03f2d9aa32920 (patch)
tree6cd0c20abbf3682f6cab7333796933d558b6d897 /drivers/Makefile
parentcf1670486b0b315c911e947a732f3bc603fe2438 (diff)
downloadbarebox-6b21594df08f6f569ca86dfb80d03f2d9aa32920.tar.gz
barebox-6b21594df08f6f569ca86dfb80d03f2d9aa32920.tar.xz
add 1-wire support
export for each device via param the familly id (fid) the id the full reg_num so for simple 64bit memory rom(ds2401/ds2411/ds1990*) no need driver. Based on linux implementation, cleaned and re-implement the master/slave support to use the device/driver model correctly. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/Makefile')
-rw-r--r--drivers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index 2a1f8b0f23..e6cdf399e6 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -21,3 +21,4 @@ obj-y += dma/
obj-y += watchdog/
obj-y += gpio/
obj-$(CONFIG_OFDEVICE) += of/
+obj-$(CONFIG_W1) += w1/