diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2015-12-14 14:29:23 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-05-04 14:51:25 -0700 |
commit | 314e5b76c3fc8263f4e6187718ab32ee27cf7c98 (patch) | |
tree | 86693734537d9633d3be977e31963e0a664af62b /drivers | |
parent | 4d05780f35645400464fdd8f3c3707229c61e30a (diff) | |
download | lwn-314e5b76c3fc8263f4e6187718ab32ee27cf7c98.tar.gz lwn-314e5b76c3fc8263f4e6187718ab32ee27cf7c98.zip |
misc/bmp085: Enable building as a module
commit 50e6315dba721cbc24ccd6d7b299f1782f210a98 upstream.
Commit 985087dbcb02 'misc: add support for bmp18x chips to the bmp085
driver' changed the BMP085 config symbol to a boolean. I see no
reason why the shared code cannot be built as a module, so change it
back to tristate.
Fixes: 985087dbcb02 ("misc: add support for bmp18x chips to the bmp085 driver")
Cc: Eric Andersson <eric.andersson@unixphere.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/misc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 6cb388e8fb7d..958e0e776683 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -438,7 +438,7 @@ config ARM_CHARLCD still useful. config BMP085 - bool + tristate depends on SYSFS config BMP085_I2C |