提交 35c57fc3 编写于 作者: A Alan Maguire 提交者: Shuah Khan

kunit: building kunit as a module breaks allmodconfig

kunit tests that do not support module build should depend
on KUNIT=y rather than just KUNIT in Kconfig, otherwise
they will trigger compilation errors for "make allmodconfig"
builds.

Fixes: 9fe124bf ("kunit: allow kunit to be loaded as a module")
Reported-by: NStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: NAlan Maguire <alan.maguire@oracle.com>
Signed-off-by: NShuah Khan <skhan@linuxfoundation.org>
上级 6ae2bfd3
......@@ -150,7 +150,7 @@ config DEBUG_TEST_DRIVER_REMOVE
config PM_QOS_KUNIT_TEST
bool "KUnit Test for PM QoS features"
depends on KUNIT
depends on KUNIT=y
config HMEM_REPORTING
bool
......
......@@ -71,7 +71,7 @@ config SECURITY_APPARMOR_DEBUG_MESSAGES
config SECURITY_APPARMOR_KUNIT_TEST
bool "Build KUnit tests for policy_unpack.c"
depends on KUNIT && SECURITY_APPARMOR
depends on KUNIT=y && SECURITY_APPARMOR
help
This builds the AppArmor KUnit tests.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册