summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/Kconfig
diff options
context:
space:
mode:
authorJarkko Nikula <jarkko.nikula@linux.intel.com>2020-08-20 10:05:25 +0200
committerWolfram Sang <wsa@kernel.org>2020-08-25 09:50:04 +0200
commitab70935d37bbd2637125bea489308b896b2756de (patch)
tree0734174f015513635df0900b7fc0bab68bb941d6 /drivers/i2c/Kconfig
parentLinux 5.9-rc2 (diff)
downloadlinux-ab70935d37bbd2637125bea489308b896b2756de.tar.xz
linux-ab70935d37bbd2637125bea489308b896b2756de.zip
i2c: Remove 'default n' from busses/Kconfig
The default value for a config option defaults to 'n' so it doesn't need to be set here. Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Reviewed-by: Jean Delvare <jdelvare@suse.de> [jdelvare: found another one] Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'drivers/i2c/Kconfig')
-rw-r--r--drivers/i2c/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
index bae1dc08ec9a..5449729cdb87 100644
--- a/drivers/i2c/Kconfig
+++ b/drivers/i2c/Kconfig
@@ -101,7 +101,6 @@ source "drivers/i2c/busses/Kconfig"
config I2C_STUB
tristate "I2C/SMBus Test Stub"
depends on m
- default 'n'
help
This module may be useful to developers of SMBus client drivers,
especially for certain kinds of sensor chips.