diff options
Diffstat (limited to 'drivers/base')
| -rw-r--r-- | drivers/base/Kconfig | 2 | ||||
| -rw-r--r-- | drivers/base/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig index 8f7d7b9d81ac..9f318b98144d 100644 --- a/drivers/base/Kconfig +++ b/drivers/base/Kconfig @@ -254,7 +254,7 @@ endmenu # Kunit test cases config REVOCABLE_KUNIT_TEST tristate "Kunit tests for revocable" if !KUNIT_ALL_TESTS - depends on KUNIT + depends on KUNIT && BROKEN default KUNIT_ALL_TESTS help Kunit tests for the revocable API. diff --git a/drivers/base/Makefile b/drivers/base/Makefile index 4185aaa9bbb9..4c6607616a73 100644 --- a/drivers/base/Makefile +++ b/drivers/base/Makefile @@ -6,7 +6,7 @@ obj-y := component.o core.o bus.o dd.o syscore.o \ cpu.o firmware.o init.o map.o devres.o \ attribute_container.o transport_class.o \ topology.o container.o property.o cacheinfo.o \ - swnode.o faux.o revocable.o + swnode.o faux.o obj-$(CONFIG_AUXILIARY_BUS) += auxiliary.o obj-$(CONFIG_DEVTMPFS) += devtmpfs.o obj-y += power/ |
