ANDROID: Enable CONFIG_KUNIT=y.

This is the basis for enabling Kunit tests.

Bug: 304616548
Change-Id: I83c08539182eca10ca833f932edabdde19978be5
Signed-off-by: Yifan Hong <elsk@google.com>
This commit is contained in:
Yifan Hong
2023-10-13 11:58:11 -07:00
parent 734865de30
commit a3e337eb7d
2 changed files with 2 additions and 0 deletions

View File

@@ -738,4 +738,5 @@ CONFIG_BUG_ON_DATA_CORRUPTION=y
CONFIG_TRACE_MMIO_ACCESS=y
CONFIG_HIST_TRIGGERS=y
CONFIG_PID_IN_CONTEXTIDR=y
CONFIG_KUNIT=y
# CONFIG_RUNTIME_TESTING_MENU is not set

View File

@@ -676,3 +676,4 @@ CONFIG_SCHEDSTATS=y
CONFIG_BUG_ON_DATA_CORRUPTION=y
CONFIG_HIST_TRIGGERS=y
CONFIG_UNWINDER_FRAME_POINTER=y
CONFIG_KUNIT=y