summary refs log tree commit diff
path: root/.config-fragment
AgeCommit message (Collapse)Author
2023-11-02add configs for driver patches to our mainline config.Ethan Geller
2022-12-12gitlab-ci: Enable Steam Deck MFD driverCristian Ciocaltea
This deprecates the Jupiter ACPI platform driver (CONFIG_JUPITER). Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
2022-12-12gitlab-ci: Split .config-fragmentCristian Ciocaltea
Keep Steam Deck specific options in .config-fragment and move all the others into .config-fragment-extra. Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
2022-12-12gitlab-ci: Unset CONFIG_DEBUG_INFO_BTF in kernel configCristian Ciocaltea
This is currently causing an error as the pahole utility available in the build environment is too old: LD vmlinux.o MODPOST vmlinux.symvers MODINFO modules.builtin.modinfo GEN modules.builtin CC .vmlinux.export.o BTF: .tmp_vmlinux.btf: pahole version v1.12 is too old, need at least v1.16 Failed to generate BTF for vmlinux Try to disable CONFIG_DEBUG_INFO_BTF make: *** [Makefile:1169: vmlinux] Error 1 Additionally, revert the installation of dwarves package providing the above mentioned tool. Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
2022-12-12gitlab-ci: Prepare .config-fragment for testing on real hardwareCristian Ciocaltea
Add missing kernel configuration settings to enable building a kernel image which is suitable for both testing on QEMU and Steam Deck hardware. Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
2022-12-12gitlab-ci: Enable CONFIG_JUPITER in ci buildGabriel Krisman Bertazi
CONFIG_JUPITER exposes a driver to manage the fan on jupiter. Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com>
2022-12-12GitlabCI: Add rtw88 build optionsGabriel Krisman Bertazi
Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com>
2022-12-12gitlabci: Enable GitLabCI jobsLakshmipathi
Signed-off-by: Lakshmipathi <lakshmipathi.ganapathi@collabora.com>