aboutsummaryrefslogtreecommitdiff
path: root/target/linux/armsr/armv8/config-6.6
Commit message (Collapse)AuthorAge
* armsr: armv8: enable serial console for Renesas platformsMathew McBride2024-05-07
| | | | | | | | | | Support for Renesas Arm families was added in commit 1ff4f4df2301 ("armsr: armv8: enable CONFIG_ARCH_RENESAS"), but this did not enable the console/tty hardware for these SoCs, which is derived from the SuperH family (CONFIG_SERIAL_SH_SCI). Link: https://github.com/openwrt/openwrt/issues/15284 Signed-off-by: Mathew McBride <matt@traverse.com.au>
* kernel/armsr: add config stubs and changes needed for 6.6Mathew McBride2024-05-07
| | | | | | | | Introduce new configuration options prompted by 6.6 (relative to 6.1). The kernel arm64 defconfig is used as guide for 'core' options, while video/camera/other media drivers are turned off by default. Signed-off-by: Mathew McBride <matt@traverse.com.au>
* kernel/armsr: Add configuration files and patches for v6.6Mathew McBride2024-05-07
Based on the 6.1 files, but without any 6.6 additions. Signed-off-by: Mathew McBride <matt@traverse.com.au>