ANDROID: gki_defconfig: add CONFIG_FUNCTION_ERROR_INJECTION

Commit c099d12c55 ("error-injection: Add prompt for function error
injection") removed the "default y" selection for this option, so it
needs to be added manually to the gki_defconfig files in order to
preserve the option, AND to keep the stable ABI.

Fixes: c099d12c55 ("error-injection: Add prompt for function error injection")
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ie36b7bab650356d1bf24625961adf33a725258d2
This commit is contained in:
Greg Kroah-Hartman
2022-12-08 17:57:07 +00:00
parent 5ab4c6b843
commit 0b0939466f
2 changed files with 2 additions and 0 deletions

View File

@@ -695,4 +695,5 @@ CONFIG_BUG_ON_DATA_CORRUPTION=y
CONFIG_TRACE_MMIO_ACCESS=y CONFIG_TRACE_MMIO_ACCESS=y
CONFIG_TRACEFS_DISABLE_AUTOMOUNT=y CONFIG_TRACEFS_DISABLE_AUTOMOUNT=y
CONFIG_HIST_TRIGGERS=y CONFIG_HIST_TRIGGERS=y
CONFIG_FUNCTION_ERROR_INJECTION=y
# CONFIG_RUNTIME_TESTING_MENU is not set # CONFIG_RUNTIME_TESTING_MENU is not set

View File

@@ -625,3 +625,4 @@ CONFIG_SCHEDSTATS=y
CONFIG_BUG_ON_DATA_CORRUPTION=y CONFIG_BUG_ON_DATA_CORRUPTION=y
CONFIG_TRACEFS_DISABLE_AUTOMOUNT=y CONFIG_TRACEFS_DISABLE_AUTOMOUNT=y
CONFIG_UNWINDER_FRAME_POINTER=y CONFIG_UNWINDER_FRAME_POINTER=y
CONFIG_FUNCTION_ERROR_INJECTION=y