diff options
author | 2014-05-22 00:17:27 +0100 | |
---|---|---|
committer | 2014-05-22 00:17:27 +0100 | |
commit | bfbc344732badffe94f096f929e4a105b3b92d1f (patch) | |
tree | f4fc6c06108495bd2c33ecff68c065514e66a8cc /lib | |
parent | Linux 3.15-rc1 (diff) | |
parent | regulator: bcm590xx: Add support for regulators on secondary I2C slave (diff) | |
download | wireguard-linux-bfbc344732badffe94f096f929e4a105b3b92d1f.tar.xz wireguard-linux-bfbc344732badffe94f096f929e4a105b3b92d1f.zip |
Merge tag 'mfd-regulator-v3.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into regulator-bcm590xxx
Immutable branch between MFD and Regulator due for v3.16 merge-window.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 140b66a874c1..819ac51202c0 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -505,8 +505,7 @@ config DEBUG_VM_RB bool "Debug VM red-black trees" depends on DEBUG_VM help - Enable this to turn on more extended checks in the virtual-memory - system that may impact performance. + Enable VM red-black tree debugging information and extra validations. If unsure, say N. |