diff options
author | Laura Abbott <labbott@fedoraproject.org> | 2015-10-28 09:50:48 -0700 |
---|---|---|
committer | Laura Abbott <labbott@fedoraproject.org> | 2015-10-28 09:50:52 -0700 |
commit | 24984a43916c7b1b259f84dadd70d7b8f9161fc2 (patch) | |
tree | b115d8e6e1a5e08f0c116100b5f306de34aeb217 /config-debug | |
parent | e9635f9e3d17a8d770702f04eba3a8134ed4f0c4 (diff) | |
download | kernel-24984a43916c7b1b259f84dadd70d7b8f9161fc2.tar.gz kernel-24984a43916c7b1b259f84dadd70d7b8f9161fc2.tar.xz kernel-24984a43916c7b1b259f84dadd70d7b8f9161fc2.zip |
Disable CONFIG_DMADEVICES_VDEBUG
Several IRQ handlers dump out too much information with this on
which isn't actually useful. Just turn it off.
Diffstat (limited to 'config-debug')
-rw-r--r-- | config-debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-debug b/config-debug index cfb1d380b..d57a218ea 100644 --- a/config-debug +++ b/config-debug @@ -90,7 +90,7 @@ CONFIG_RTLWIFI_DEBUG=y CONFIG_DEBUG_OBJECTS_WORK=y CONFIG_DMADEVICES_DEBUG=y -CONFIG_DMADEVICES_VDEBUG=y +# CONFIG_DMADEVICES_VDEBUG is not set CONFIG_PM_ADVANCED_DEBUG=y |