diff options
| author | David Bauer <mail@david-bauer.net> | 2021-07-17 22:32:26 +0200 |
|---|---|---|
| committer | David Bauer <mail@david-bauer.net> | 2021-07-17 22:34:12 +0200 |
| commit | 3446baad078997d1b4f97406a41369f48ecf40e9 (patch) | |
| tree | 85e544885a42f8f0672cab3c166368550d0a1708 | |
| parent | f9d18281051c894eacd40f10c10b430c6c9082ad (diff) | |
| download | upstream-3446baad078997d1b4f97406a41369f48ecf40e9.tar.gz upstream-3446baad078997d1b4f97406a41369f48ecf40e9.tar.bz2 upstream-3446baad078997d1b4f97406a41369f48ecf40e9.zip | |
generic: add missing symbol
When compiling with all modules enabled, Kconfig complains about
CONFIG_I2C_DESIGNWARE_SLAVE being unset. Disable this symbol by default.
Fixes commit e9c9b5ec72e4 ("kernel: package Synopsys Designware PCI to I2C controller")
Signed-off-by: David Bauer <mail@david-bauer.net>
| -rw-r--r-- | target/linux/generic/config-5.10 | 1 | ||||
| -rw-r--r-- | target/linux/generic/config-5.4 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index a2b5a28d8ee..68e90156a07 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 @@ -2347,6 +2347,7 @@ CONFIG_HZ_100=y # CONFIG_I2C_DEMUX_PINCTRL is not set # CONFIG_I2C_DESIGNWARE_PCI is not set # CONFIG_I2C_DESIGNWARE_PLATFORM is not set +# CONFIG_I2C_DESIGNWARE_SLAVE is not set # CONFIG_I2C_DIOLAN_U2C is not set # CONFIG_I2C_EG20T is not set # CONFIG_I2C_ELEKTOR is not set diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4 index fe5204abb55..0a8ae1c1791 100644 --- a/target/linux/generic/config-5.4 +++ b/target/linux/generic/config-5.4 @@ -2101,6 +2101,7 @@ CONFIG_HZ_100=y # CONFIG_I2C_DEMUX_PINCTRL is not set # CONFIG_I2C_DESIGNWARE_PCI is not set # CONFIG_I2C_DESIGNWARE_PLATFORM is not set +# CONFIG_I2C_DESIGNWARE_SLAVE is not set # CONFIG_I2C_DIOLAN_U2C is not set # CONFIG_I2C_EG20T is not set # CONFIG_I2C_ELEKTOR is not set |
