2023-12-02 08:08:14 +01:00
|
|
|
# Kernel configuration file selection.
|
|
|
|
# See the arch-symbols script for a list of symbols defined.
|
|
|
|
# -syms excludes a flavor from the kernel-syms package (vanilla is excluded
|
|
|
|
# automatically).
|
|
|
|
|
|
|
|
#
|
|
|
|
# IMPORTANT: the subdirectory names map to cpuarch
|
|
|
|
# kernel-binary and kernel-source rely on this
|
|
|
|
#
|
|
|
|
|
|
|
|
- x86_64/default
|
|
|
|
- -syms x86_64/debug
|
|
|
|
- x86_64/syzkaller
|
|
|
|
- x86_64/vanilla
|
2024-02-04 08:05:48 +01:00
|
|
|
- -syms x86_64/kvmsmall
|
2023-12-02 08:08:14 +01:00
|
|
|
+x86_64 x86_64/longterm
|
2024-05-27 08:08:05 +02:00
|
|
|
|
|
|
|
# ARM architectures
|
|
|
|
- arm64/default
|
|
|
|
- -syms arm64/debug
|
|
|
|
- arm64/64kb
|
|
|
|
- arm64/vanilla
|
|
|
|
- -syms arm64/kvmsmall
|
|
|
|
+arm64 arm64/longterm
|