2011-10-05 07:01:45 +02: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
|
|
|
|
#
|
|
|
|
|
2016-06-26 16:47:43 +02:00
|
|
|
+i386 i386/default
|
|
|
|
+i386 i386/pae
|
|
|
|
+i386 -syms i386/debug
|
|
|
|
+i386 i386/vanilla
|
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
+x86_64 x86_64/default
|
|
|
|
+x86_64 -syms x86_64/debug
|
|
|
|
+x86_64 x86_64/vanilla
|
|
|
|
|
2016-06-26 16:47:43 +02:00
|
|
|
+ppc64 ppc64/default
|
|
|
|
+ppc64 -syms ppc64/debug
|
|
|
|
+ppc64 ppc64/vanilla
|
|
|
|
|
2014-01-23 08:04:33 +01:00
|
|
|
+ppc64le ppc64le/default
|
|
|
|
+ppc64le -syms ppc64le/debug
|
2016-06-26 16:47:43 +02:00
|
|
|
+ppc64le ppc64le/vanilla
|
2014-01-23 08:04:33 +01:00
|
|
|
|
2012-01-06 07:02:55 +01:00
|
|
|
# ARM architectures
|
2016-06-26 16:47:43 +02:00
|
|
|
+armv6hl armv6hl/default
|
|
|
|
+armv6hl armv6hl/vanilla
|
|
|
|
+armv7hl armv7hl/default
|
|
|
|
+armv7hl armv7hl/vanilla
|
|
|
|
+armv7hl armv7hl/lpae
|
2013-03-02 08:07:41 +01:00
|
|
|
+arm64 arm64/default
|
2016-09-24 13:48:31 +02:00
|
|
|
+arm64 arm64/64kb
|
2016-06-26 16:47:43 +02:00
|
|
|
+arm64 arm64/vanilla
|
2012-01-06 07:02:55 +01:00
|
|
|
|
2013-09-28 08:03:07 +02:00
|
|
|
+s390x s390x/default
|
|
|
|
+s390x s390x/vanilla
|