Skip to content

Commit

Permalink
lib: kconfig.debug: Set correct select config
Browse files Browse the repository at this point in the history
Signed-off-by: khusika <khusikadhamar@gmail.com>
  • Loading branch information
khusika committed Oct 26, 2018
1 parent 05cba2f commit 9248a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -1827,7 +1827,7 @@ config TEST_UDELAY

config BUG_ON_DATA_CORRUPTION
bool "Trigger a BUG when data corruption is detected"
select CONFIG_DEBUG_LIST
select DEBUG_LIST
help
Select this option if the kernel should BUG when it encounters
data corruption in kernel memory structures when they get checked
Expand Down

0 comments on commit 9248a94

Please sign in to comment.