lib/Kconfig.debug: Fix typo in select statement
authorValentin Rothberg <valentinrothberg@gmail.com>
Sat, 20 Aug 2016 10:16:10 +0000 (12:16 +0200)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 22 Aug 2016 17:00:02 +0000 (10:00 -0700)
commitf6ac28c367ce61011e346af57ee20f0f23f5d729
tree6819861362601a449fd50af17ad069d02bbe86a0
parentacc5ebe5c29d007951e3c1d611569b97c71ffd8d
lib/Kconfig.debug: Fix typo in select statement

Commit 484f29c7430b3 ("bug: Provide toggle for BUG on data corruption")
added a Kconfig select statement on CONFIG_DEBUG_LIST, but the CONFIG_
prefix is only used in Make and C(PP) syntax.  Remove the CONFIG_ prefix
to correctly select the Kconfig option DEBUG_LIST.

Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Kees Cook <keescook@chromium.org>
lib/Kconfig.debug
This page took 0.025366 seconds and 5 git commands to generate.