aboutsummaryrefslogtreecommitdiff
path: root/target/linux/at91/sama7/config-6.6
Commit message (Collapse)AuthorAge
* kernel: Activate CONFIG_NET_SWITCHDEV in generic configHauke Mehrtens2025-03-15
| | | | | | | | | | | | | | | | The CONFIG_NET_SWITCHDEV option is needed by CONFIG_DSA and some other options. It is boolean, we have to compile it into the kernel it self. Activate it for all targets in the generic configuration, it is already activated for most of them. This allows to install DSA drivers as a module. On the ramips/mt7620 target the kernel would grown by 4.5kB. For some small targets which do not support a DSA switch by default the option is deactivated. Link: https://github.com/openwrt/openwrt/pull/17668 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* kernel: filter out compiler opts from configRosen Penev2024-11-17
| | | | | | | | | These get dynamically set based on compiler version. Not relevant for targets. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://github.com/openwrt/openwrt/pull/16770 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* at91: 6.6: add missing kernel symbolsDaniel Golle2024-09-19
| | | | | | | | | Kconfig symbols CONFIG_VIDEO_MICROCHIP_CSI2DC, CONFIG_VIDEO_MICROCHIP_ISC and CONFIG_VIDEO_MICROCHIP_XISC are missing for sama5 and sama7 causing the build to abort or waiting for user input. Add the symbols (disabled) so build with Linux 6.6 succeeds. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* at91: refresh config-6.6Mieczyslaw Nalewaj2024-09-17
| | | | | | | | Refresh kernel config for Linux 6.6. Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/16058 Signed-off-by: Nick Hainke <vincent@systemli.org>
* kernel/at91: Create kernel files for v6.6 (from v6.1)Mieczyslaw Nalewaj2024-09-17
This is an automatically generated commit. When doing `git bisect`, consider `git bisect --skip`. Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/16058 Signed-off-by: Nick Hainke <vincent@systemli.org>