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
|
|
|
|
#
|
|
|
|
|
|
|
|
+i386 i386/default
|
|
|
|
+i386 i386/desktop
|
|
|
|
+i386 i386/pae
|
|
|
|
+i386 -syms i386/debug
|
2014-04-28 08:01:03 +02:00
|
|
|
#+i386 i386/xen
|
|
|
|
#+i386 -syms i386/ec2
|
2011-10-05 07:01:45 +02:00
|
|
|
+i386 i386/vanilla
|
|
|
|
|
|
|
|
+x86_64 x86_64/default
|
|
|
|
+x86_64 x86_64/desktop
|
2014-04-28 08:01:03 +02:00
|
|
|
#+x86_64 x86_64/xen
|
|
|
|
#+x86_64 -syms x86_64/ec2
|
2011-10-05 07:01:45 +02:00
|
|
|
+x86_64 -syms x86_64/debug
|
|
|
|
+x86_64 x86_64/vanilla
|
|
|
|
|
|
|
|
+ppc ppc/default
|
|
|
|
+ppc ppc/vanilla
|
2012-11-07 08:03:33 +01:00
|
|
|
+ppc64 ppc64/default
|
|
|
|
+ppc64 -syms ppc64/debug
|
|
|
|
+ppc64 ppc64/vanilla
|
2011-10-05 07:01:45 +02:00
|
|
|
|
2014-01-03 08:01:10 +01:00
|
|
|
+ppc64le ppc64le/default
|
|
|
|
+ppc64le -syms ppc64le/debug
|
|
|
|
+ppc64le ppc64le/vanilla
|
|
|
|
|
2011-11-24 07:01:59 +01:00
|
|
|
# ARM architectures
|
2014-04-28 08:01:03 +02:00
|
|
|
#+armv6hl armv6hl/default
|
|
|
|
#+armv7hl armv7hl/default
|
|
|
|
#+armv7hl armv7hl/lpae
|
|
|
|
#+armv7hl armv7hl/exynos
|
|
|
|
#+arm64 arm64/default
|
2013-12-24 08:01:09 +01:00
|
|
|
|
2013-09-27 08:01:32 +02:00
|
|
|
+s390x s390x/default
|
|
|
|
+s390x s390x/vanilla
|