Always enable mmiotrace when building x86 kernels

mmiotrace uses the ftrace framework for dynamic patching, so enabling it
does not cause any performance impact.

Having mmiotrace enabled is very useful for debugging nvidia / nouveau
driver problems, as we often use mmiotraces for nouveau development /
debugging.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
Hans de Goede 2015-08-04 12:00:56 +02:00 committed by Josh Boyer
parent 391017c00d
commit c1abd2e802
2 changed files with 4 additions and 0 deletions

View File

@ -66,6 +66,7 @@ CONFIG_CAPI_EICON=y
#
CONFIG_X86_MPPARSE=y
# CONFIG_X86_VERBOSE_BOOTUP is not set
CONFIG_MMIOTRACE=y
# CONFIG_MMIOTRACE_TEST is not set
# CONFIG_DEBUG_PER_CPU_MAPS is not set
CONFIG_DEBUG_RODATA=y

View File

@ -2022,6 +2022,9 @@ fi
#
#
%changelog
* Tue Aug 04 2015 Hans de Goede <hdegoede@redhat.com>
- Always enable mmiotrace when building x86 kernels
* Tue Aug 04 2015 Hans de Goede <hdegoede@redhat.com>
- Move joydev.ko from kernel-modules-extra to kernel-modules