diff options
author | David S. Miller <davem@davemloft.net> | 2021-10-01 14:56:52 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-10-01 14:59:33 +0100 |
commit | b022f8866ea5014d39ae569897c271e41f5c9799 (patch) | |
tree | 1b54b2666ef22677e6e0ae68b481e1c47cdf1f6e /net/mctp/Kconfig | |
parent | bfaf03935f7460c7dcb2722bbd2961d7b1ec7415 (diff) |
Revert "Merge branch 'mctp-kunit-tests'"
This reverts commit 4f42ad2011d2fcbd89f5cdf56121271a8cd5ee5d, reversing
changes made to ea2dd331bfaaeba74ba31facf437c29044f7d4cb.
These chanfges break the build when mctp is modular.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mctp/Kconfig')
-rw-r--r-- | net/mctp/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/mctp/Kconfig b/net/mctp/Kconfig index 15267a5043d9..2cdf3d0a28c9 100644 --- a/net/mctp/Kconfig +++ b/net/mctp/Kconfig @@ -11,8 +11,3 @@ menuconfig MCTP This option enables core MCTP support. For communicating with other devices, you'll want to enable a driver for a specific hardware channel. - -config MCTP_TEST - tristate "MCTP core tests" if !KUNIT_ALL_TESTS - depends on MCTP && KUNIT - default KUNIT_ALL_TESTS |