diff options
author | Mark Brown <broonie@kernel.org> | 2014-11-18 21:45:51 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-19 13:28:14 +0300 |
commit | 22853223d15b3a626de62cf9e40ce2d3881bc0a8 (patch) | |
tree | dc1338281d7ca9831ea57f0b705ce14fd09f76bf /drivers/base/regmap/Makefile | |
parent | f114040e3ea6e07372334ade75d1ee0775c355e1 (diff) | |
download | linux-22853223d15b3a626de62cf9e40ce2d3881bc0a8.tar.xz |
regmap: ac97: Add generic AC'97 callbacks
Use the recently added support for bus operations to provide a standard
mapping for AC'97 register I/O.
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Diffstat (limited to 'drivers/base/regmap/Makefile')
-rw-r--r-- | drivers/base/regmap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/regmap/Makefile b/drivers/base/regmap/Makefile index a7c670b4123a..0a533653ef3b 100644 --- a/drivers/base/regmap/Makefile +++ b/drivers/base/regmap/Makefile @@ -1,6 +1,7 @@ obj-$(CONFIG_REGMAP) += regmap.o regcache.o obj-$(CONFIG_REGMAP) += regcache-rbtree.o regcache-lzo.o regcache-flat.o obj-$(CONFIG_DEBUG_FS) += regmap-debugfs.o +obj-$(CONFIG_REGMAP_AC97) += regmap-ac97.o obj-$(CONFIG_REGMAP_I2C) += regmap-i2c.o obj-$(CONFIG_REGMAP_SPI) += regmap-spi.o obj-$(CONFIG_REGMAP_SPMI) += regmap-spmi.o |