summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/Makefile
diff options
context:
space:
mode:
authorAlex A. Mihaylov <minimumlaw@rambler.ru>2017-06-02 10:06:27 +0300
committerMark Brown <broonie@kernel.org>2017-06-06 21:47:28 +0300
commitcc5d0db390b0ff0f5da95b643a2b070da15a9c3e (patch)
tree6e430ec9c71f163abe650adb4d52af594b8214df /drivers/base/regmap/Makefile
parent2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff)
downloadlinux-cc5d0db390b0ff0f5da95b643a2b070da15a9c3e.tar.xz
regmap: Add 1-Wire bus support
Add basic support regmap (register map access) API for 1-Wire bus Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/base/regmap/Makefile')
-rw-r--r--drivers/base/regmap/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/regmap/Makefile b/drivers/base/regmap/Makefile
index 609e4c84f485..17741ae14ef4 100644
--- a/drivers/base/regmap/Makefile
+++ b/drivers/base/regmap/Makefile
@@ -10,3 +10,4 @@ obj-$(CONFIG_REGMAP_SPI) += regmap-spi.o
obj-$(CONFIG_REGMAP_SPMI) += regmap-spmi.o
obj-$(CONFIG_REGMAP_MMIO) += regmap-mmio.o
obj-$(CONFIG_REGMAP_IRQ) += regmap-irq.o
+obj-$(CONFIG_REGMAP_W1) += regmap-w1.o