aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/apm821xx/config-5.10
Commit message (Collapse)AuthorAgeFilesLines
* apm821xx: move CONFIG_REGULATOR to target configDavid Bauer2021-06-131-0/+1
| | | | | | | | | | | | This moves CONFIG_REGULATOR to the target config instead of the subtarget config. For kernel 5.10, CONFIG_AT803X_PHY depends on CONFIG_REGULATOR. As we do not have a size constraint, move this symbol to the target configuration for kernel 5.4 as well as 5.10. Reported-by: Russell Senior <russell@personaltelco.net> Signed-off-by: David Bauer <mail@david-bauer.net>
* apm821xx: add support for kernel 5.10 for testingChristian Lamparter2021-03-051-0/+286
This patch copies over refreshed patches from 5.4. - dropped crypto patches (they got upstreamed) - dropped renesas USB 3 firmware loader (they got upstreamed) - NAND now needs extra device-properties for ECC settings. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>