Re: [PATCH] misc/bmp085: Enable building as a module

2013-06-26 Thread Eric Andersson
On 13:16 Tue 25 Jun , Ben Hutchings wrote: > On Tue, 2013-06-25 at 09:27 +0200, Eric Andersson wrote: > > On 15:10 Mon 24 Jun , Ben Hutchings wrote: > > > Commit 985087dbcb02 'misc: add support for bmp18x chips to the bmp085 > > > driver' changed the BMP085 config symbol to a boolean. I se

Re: [PATCH] misc/bmp085: Enable building as a module

2013-06-25 Thread Ben Hutchings
On Tue, 2013-06-25 at 09:27 +0200, Eric Andersson wrote: > On 15:10 Mon 24 Jun , Ben Hutchings wrote: > > 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

Re: [PATCH] misc/bmp085: Enable building as a module

2013-06-25 Thread Eric Andersson
On 15:10 Mon 24 Jun , Ben Hutchings wrote: > 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. > > Cc: Eric Andersso

[PATCH] misc/bmp085: Enable building as a module

2013-06-24 Thread Ben Hutchings
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. Cc: Eric Andersson Signed-off-by: Ben Hutchings --- drivers/misc/Kconfig