mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-24 02:52:38 +00:00
Add FAULT_INJECTION_DEBUG_FS and FAILSLAB configurations to the kconfig
fragment for the iommfd selftests. These kconfigs are needed by the
iommufd_fail_nth test.
Fixes: a9af47e382 ("iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAP")
Link: https://lore.kernel.org/r/20240325090048.1423908-1-usama.anjum@collabora.com
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
6 lines
116 B
Plaintext
6 lines
116 B
Plaintext
CONFIG_IOMMUFD=y
|
|
CONFIG_FAULT_INJECTION_DEBUG_FS=y
|
|
CONFIG_FAULT_INJECTION=y
|
|
CONFIG_IOMMUFD_TEST=y
|
|
CONFIG_FAILSLAB=y
|