mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
ANDROID: GKI: Enable CONFIG_KUNIT
Enable the KUNIT core, which has a small ABI impact, and also the DEBUGFS feature so that results can be reaped. This change does not actually enable any KUNIT tests or the internal selftests, those must be enabled by downstream builds. Bug: 176228452 Change-Id: I2817cb1495fe7bf0485e63f877a68b1971e26cc5 Signed-off-by: Alistair Delva <adelva@google.com>
This commit is contained in:
parent
c8ab4bae58
commit
6d961aa91d
|
|
@ -604,4 +604,6 @@ CONFIG_SCHEDSTATS=y
|
|||
# CONFIG_DEBUG_PREEMPT is not set
|
||||
CONFIG_BUG_ON_DATA_CORRUPTION=y
|
||||
CONFIG_TRACE_MMIO_ACCESS=y
|
||||
CONFIG_KUNIT=y
|
||||
CONFIG_KUNIT_DEBUGFS=y
|
||||
# CONFIG_RUNTIME_TESTING_MENU is not set
|
||||
|
|
|
|||
|
|
@ -540,3 +540,5 @@ CONFIG_WQ_WATCHDOG=y
|
|||
CONFIG_SCHEDSTATS=y
|
||||
CONFIG_BUG_ON_DATA_CORRUPTION=y
|
||||
CONFIG_UNWINDER_FRAME_POINTER=y
|
||||
CONFIG_KUNIT=y
|
||||
CONFIG_KUNIT_DEBUGFS=y
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user