aboutsummaryrefslogtreecommitdiff
path: root/target/linux/tegra/config-5.15
Commit message (Collapse)AuthorAge
* tegra: promote kernel 6.6 as defaultTomasz Maciej Nowak2024-07-13
| | | | | | | It has been stable so far. As result of this change drop 5.15 files. Link: https://patchwork.ozlabs.org/project/openwrt/patch/20240711194120.11563-1-tmn505@terefe.re/ Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
* tegra: Activate CONFIG_SND_DRIVERSHauke Mehrtens2024-06-02
| | | | | | | | The option CONFIG_SND_DRIVERS is activated by default in the generic configuration, do not deactivate it for tegra. This fixes the build of the kmod-sound-dummy package on tegra. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* kernel/tegra: Restore kernel files for v5.15Tomasz Maciej Nowak2024-05-31
| | | | | | | | | | | This is an automatically generated commit which aids following Kernel patch history, as git will see the move and copy as a rename thus defeating the purpose. For the original discussion see: https://lists.openwrt.org/pipermail/openwrt-devel/2023-October/041673.html Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
* kernel/tegra: Create kernel files for v6.6 (from v5.15)Tomasz Maciej Nowak2024-05-31
| | | | | | | | This is an automatically generated commit. When doing `git bisect`, consider `git bisect --skip`. Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
* tegra: refresh 5.15 configTomasz Maciej Nowak2024-05-31
| | | | | | Reduce diffstat in kernel config on new version introduction. Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
* kernel: Move some IOMMU options to genericHauke Mehrtens2022-09-24
| | | | | | | | | | | | This adds some missing IOMMU related options for x86/64 and moves some of them to generic for all targets. On x86 IOMMU_DEFAULT_DMA_LAZY is used by default, on all other platforms IOMMU_DEFAULT_DMA_STRICT is the default. we just follow the default kernel configuration here. Fixes: 8fea4a102ccd ("x86/64: enable IOMMU support") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* tegra: add kernel 5.15 supportTomasz Maciej Nowak2022-09-14
| | | | | | | | - refresh config - disable suspend as it's pointless in the sope of OpenWrt - enable CPU frequency scaling Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
* tegra: copy patches and config for kernel 5.15Tomasz Maciej Nowak2022-09-14
Simple copy to better illustrate the forthcoming changes. Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>