diff options
author | Baolin Wang <baolin.wang@linaro.org> | 2019-07-25 10:56:16 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2019-08-06 23:54:23 +0300 |
commit | 4d7802aa434a39921c699683c4ca2ad9068b0033 (patch) | |
tree | b83fc44e89cde0e57cb234c6463483f69b7cddfc /drivers/i2c/busses/Kconfig | |
parent | 3e99834cc0c7f0612dc790ad7342f18c375d285b (diff) | |
download | linux-4d7802aa434a39921c699683c4ca2ad9068b0033.tar.xz |
i2c: sprd: Make I2C driver can be built as a module
Now there is no need to keep our I2C driver to be initialized so early,
thus changing to module level and let it can be built as a module,
meanwhile adding some module information.
Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 09367fc014c3..69f19312a574 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -977,7 +977,7 @@ config I2C_SIRF will be called i2c-sirf. config I2C_SPRD - bool "Spreadtrum I2C interface" + tristate "Spreadtrum I2C interface" depends on I2C=y && ARCH_SPRD help If you say yes to this option, support will be included for the |