]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
lib/Kconfig.debug: fix some messed up configurations
authorChangbin Du <changbin.du@gmail.com>
Wed, 18 Dec 2019 04:51:56 +0000 (20:51 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 18 Dec 2019 04:59:59 +0000 (20:59 -0800)
commit045f6d7942be248fbda6e85b2393f2735695ed39
treee8fb31eed7d2f453dbbeead4b656cd143c17a0eb
parent42a9a53bb394a1de2247ef78f0b802ae86798122
lib/Kconfig.debug: fix some messed up configurations

Some configuration items are messed up during conflict resolving.  For
example, STRICT_DEVMEM should not in testing menu, but kunit should.
This patch fixes all of them.

[akpm@linux-foundation.org: coding style fixes]
Link: http://lkml.kernel.org/r/20191209155653.7509-1-changbin.du@gmail.com
Signed-off-by: Changbin Du <changbin.du@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/Kconfig.debug