diff options
author | David Bauer <mail@david-bauer.net> | 2022-10-14 21:58:46 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2022-10-14 23:13:02 +0200 |
commit | f8942d1428c5e33f3898061f570f9d912a63c1da (patch) | |
tree | 0f3ab59be40fe24747b29d747971b845cea52b3d /target/linux/mpc85xx/config-5.10 | |
parent | a01d23e755ba46f41e667d558d82d4871d7f5450 (diff) | |
download | upstream-f8942d1428c5e33f3898061f570f9d912a63c1da.tar.gz upstream-f8942d1428c5e33f3898061f570f9d912a63c1da.tar.bz2 upstream-f8942d1428c5e33f3898061f570f9d912a63c1da.zip |
mpc85xx: fix unset kernel symbol
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/mpc85xx/config-5.10')
-rw-r--r-- | target/linux/mpc85xx/config-5.10 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/config-5.10 b/target/linux/mpc85xx/config-5.10 index 532d176c15..e45f9df3b0 100644 --- a/target/linux/mpc85xx/config-5.10 +++ b/target/linux/mpc85xx/config-5.10 @@ -57,6 +57,7 @@ CONFIG_DNOTIFY=y CONFIG_DTC=y # CONFIG_E200 is not set CONFIG_E500=y +CONFIG_E500_CPU=y # CONFIG_E5500_CPU is not set # CONFIG_E6500_CPU is not set CONFIG_EARLY_PRINTK=y @@ -254,6 +255,7 @@ CONFIG_THREAD_SHIFT=13 CONFIG_TICK_CPU_ACCOUNTING=y CONFIG_TINY_SRCU=y # CONFIG_TL_WDR4900_V1 is not set +# CONFIG_TOOLCHAIN_DEFAULT_CPU is not set # CONFIG_TQM8540 is not set # CONFIG_TQM8541 is not set # CONFIG_TQM8548 is not set |