]> git.karo-electronics.de Git - linux-beck.git/commit
mfd: max14577: Allow driver to be built as a module
authorJavier Martinez Canillas <javier@osg.samsung.com>
Thu, 26 May 2016 16:32:20 +0000 (12:32 -0400)
committerLee Jones <lee.jones@linaro.org>
Wed, 29 Jun 2016 09:14:44 +0000 (10:14 +0100)
commit59a9b273e3049c8c3b915dc70ebcf13d1f942230
tree5e72197c460d67221ff829c5b21046f7800c4bda
parent9961bf1876c08d3a290b0e69344c64a8cbbf8a68
mfd: max14577: Allow driver to be built as a module

The driver's Kconfig symbol is a boolean but nothing prevents the driver
to be built as a module instead of built-in. It is true that most system
integrators will choose the latter but the config should not restrict it.

Suggested-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig