[openwrt/openwrt] mpc85xx: add missing Kconfig symbols

LEDE Commits lede-commits at lists.infradead.org
Tue Jul 13 13:19:11 PDT 2021


blocktrron pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/23cde9d12a1318867d87e13c46fe3193555935ae

commit 23cde9d12a1318867d87e13c46fe3193555935ae
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Tue Jul 13 22:18:37 2021 +0200

    mpc85xx: add missing Kconfig symbols
    
    Signed-off-by: David Bauer <mail at david-bauer.net>
---
 target/linux/mpc85xx/config-5.4           | 1 +
 target/linux/mpc85xx/p1020/config-default | 1 +
 2 files changed, 2 insertions(+)

diff --git a/target/linux/mpc85xx/config-5.4 b/target/linux/mpc85xx/config-5.4
index babd921200..d6683dab35 100644
--- a/target/linux/mpc85xx/config-5.4
+++ b/target/linux/mpc85xx/config-5.4
@@ -110,6 +110,7 @@ CONFIG_HZ_250=y
 CONFIG_HZ_PERIODIC=y
 CONFIG_I2C=y
 CONFIG_I2C_BOARDINFO=y
+# CONFIG_I2C_DESIGNWARE_SLAVE is not set
 CONFIG_I2C_MPC=y
 CONFIG_ILLEGAL_POINTER_VALUE=0
 CONFIG_INITRAMFS_SOURCE=""
diff --git a/target/linux/mpc85xx/p1020/config-default b/target/linux/mpc85xx/p1020/config-default
index c4c102ca45..ad3c3a292f 100644
--- a/target/linux/mpc85xx/p1020/config-default
+++ b/target/linux/mpc85xx/p1020/config-default
@@ -15,6 +15,7 @@ CONFIG_I2C_CHARDEV=y
 CONFIG_LEDS_LP5521=y
 CONFIG_LEDS_LP55XX_COMMON=y
 CONFIG_LOCK_SPIN_ON_OWNER=y
+# CONFIG_MAX77620_THERMAL is not set
 # CONFIG_MAX77620_WATCHDOG is not set
 CONFIG_MFD_CORE=y
 CONFIG_MFD_MAX77620=y



More information about the lede-commits mailing list