diff options
author | Pawel Dembicki <paweldembicki@gmail.com> | 2021-10-04 22:30:58 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-10-05 23:54:18 +0200 |
commit | ce793584e52c9cf96d71344fd3515da9474c376f (patch) | |
tree | d5e7d21eb85544e6da2e70b5bf82c91ec5c28095 /target/linux/mpc85xx | |
parent | eb3a99bc183e36922b9e8314620e4e64964bcaf0 (diff) | |
download | upstream-ce793584e52c9cf96d71344fd3515da9474c376f.tar.gz upstream-ce793584e52c9cf96d71344fd3515da9474c376f.tar.bz2 upstream-ce793584e52c9cf96d71344fd3515da9474c376f.zip |
kernel: 5.10: add missing symbols
Three missing symbols were found during mpc85xx/p2020 compilation.
While at it, CONFIG_FSL_ENETC_MDIO is moved to generic config
for consistency.
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
[move CONFIG_FSL_ENETC_MDIO, remove redundant definitions, adjust
commit message/title]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/mpc85xx')
-rw-r--r-- | target/linux/mpc85xx/config-5.10 | 1 | ||||
-rw-r--r-- | target/linux/mpc85xx/p1020/config-default | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/mpc85xx/config-5.10 b/target/linux/mpc85xx/config-5.10 index c9826d76ba..e68ed34646 100644 --- a/target/linux/mpc85xx/config-5.10 +++ b/target/linux/mpc85xx/config-5.10 @@ -71,7 +71,6 @@ CONFIG_ENABLE_MUST_CHECK=y CONFIG_FIXED_PHY=y CONFIG_FSL_BOOKE=y CONFIG_FSL_EMB_PERFMON=y -# CONFIG_FSL_ENETC_MDIO is not set # CONFIG_FSL_FMAN is not set CONFIG_FSL_LBC=y CONFIG_FSL_PCI=y diff --git a/target/linux/mpc85xx/p1020/config-default b/target/linux/mpc85xx/p1020/config-default index e080861815..d0bf770768 100644 --- a/target/linux/mpc85xx/p1020/config-default +++ b/target/linux/mpc85xx/p1020/config-default @@ -32,7 +32,6 @@ CONFIG_MUTEX_SPIN_ON_OWNER=y CONFIG_NET_FLOW_LIMIT=y CONFIG_NR_CPUS=2 CONFIG_PADATA=y -# CONFIG_PPC_QUEUED_SPINLOCKS is not set CONFIG_REGMAP_IRQ=y CONFIG_REGULATOR=y CONFIG_RFS_ACCEL=y |