[RFC PATCH v1 6/8] kernel: add default for new config symbols
Christian Lamparter
chunkeey at gmail.com
Sat Aug 29 23:04:05 EDT 2020
Provide disabled defaults for I2C_SLAVE_EEPROM and IPMB_DEVICE_INTERFACE.
Signed-off-by: Christian Lamparter <chunkeey at gmail.com>
---
target/linux/generic/config-5.4 | 2 ++
1 file changed, 2 insertions(+)
diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4
index 19bde7ed61..5612a7500f 100644
--- a/target/linux/generic/config-5.4
+++ b/target/linux/generic/config-5.4
@@ -2114,6 +2114,7 @@ CONFIG_HW_RANDOM_TPM=y
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_SLAVE is not set
+# CONFIG_I2C_SLAVE_EEPROM is not set
# CONFIG_I2C_SMBUS is not set
# CONFIG_I2C_STUB is not set
# CONFIG_I2C_TAOS_EVM is not set
@@ -2374,6 +2375,7 @@ CONFIG_IO_STRICT_DEVMEM=y
# CONFIG_IP6_NF_TARGET_SYNPROXY is not set
# CONFIG_IPACK_BUS is not set
# CONFIG_IPC_NS is not set
+# CONFIG_IPMB_DEVICE_INTERFACE is not set
# CONFIG_IPMI_HANDLER is not set
# CONFIG_IPV6 is not set
# CONFIG_IPV6_FOU is not set
--
2.28.0
More information about the openwrt-devel
mailing list