]> git.baikalelectronics.ru Git - 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)
commitc3a0a84f3bf58ac458f1557235bbf694140ac82b
treee8fb31eed7d2f453dbbeead4b656cd143c17a0eb
parent5f17a2450352a0aa16d476bac4b0680c46923a7c
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