summaryrefslogtreecommitdiffstats
path: root/drivers/Kconfig
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/Kconfig
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/Kconfig')
-rw-r--r--drivers/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig
index d0b5e3abdb..945fe02327 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -21,5 +21,6 @@ source "drivers/pwm/Kconfig"
source "drivers/dma/Kconfig"
source "drivers/gpio/Kconfig"
source "drivers/of/Kconfig"
+source "drivers/w1/Kconfig"
endmenu