aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mpc85xx/config-5.4
Commit message (Collapse)AuthorAgeFilesLines
* kernel: 5.4: move some kconfig options to genericYousong Zhou2020-03-101-1/+0
| | | | | | | | | | | CONFIG_64BIT_TIME=y CONFIG_KASAN_STACK=1 CONFIG_UBSAN_ALIGNMENT=y CONFIG_UNIX_SCM=y CONFIG_DMA_DECLARE_COHERENT=y CONFIG_OF_RESERVED_MEM=y Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* mpc85xx: add missing kernel symbolsDavid Bauer2020-03-011-0/+4
| | | | | | | These symbols were previously not set. Define their state to avoid potentially breaking builds. Signed-off-by: David Bauer <mail@david-bauer.net>
* mpc85xx: move NAND symbol to target configDavid Bauer2020-02-291-0/+1
| | | | | | | | | All mpc85xx subtargets utilize NAND, thus enable NAND support target-wide. Fixes: 1287bb48dc72 ("mpc85xx: fix build with kernel 5.4") Signed-off-by: David Bauer <mail@david-bauer.net>
* mpc85xx: add support for kernel 5.4David Bauer2020-02-281-0/+326
Signed-off-by: David Bauer <mail@david-bauer.net>