generic: add missing symbol
authorDavid Bauer <mail@david-bauer.net>
Sat, 17 Jul 2021 20:32:26 +0000 (22:32 +0200)
committerDavid Bauer <mail@david-bauer.net>
Sat, 17 Jul 2021 20:34:12 +0000 (22:34 +0200)
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>
target/linux/generic/config-5.10
target/linux/generic/config-5.4

index a2b5a28d8eefe8a0385441d5948ec03dda813069..68e90156a079fcb23a3c4f9926ad89a3f7a0f0c8 100644 (file)
@@ -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
index fe5204abb55ad7e0b96745921f30e4eabcf43257..0a8ae1c1791c2ce0900ae45319c8d4b026e7e200 100644 (file)
@@ -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