diff options
author | Marco Pagani <marpagan@redhat.com> | 2023-07-18 16:03:04 +0300 |
---|---|---|
committer | Xu Yilun <yilun.xu@intel.com> | 2023-07-23 09:04:50 +0300 |
commit | 3969f6458f783d2b4b8b15bef1eeab674eaa34bd (patch) | |
tree | ee5e36756a6894917693b600f7a5c68e97b49beb /drivers/fpga/Kconfig | |
parent | 64a5f972c93de1f31fdf828e38b763afb07acb5b (diff) | |
download | linux-3969f6458f783d2b4b8b15bef1eeab674eaa34bd.tar.xz |
fpga: add configuration for the FPGA KUnit test suites.
Add configuration for the KUnit test suites for the core components
of the FPGA subsystem.
Signed-off-by: Marco Pagani <marpagan@redhat.com>
Acked-by: Xu Yilun <yilun.xu@intel.com>
Link: https://lore.kernel.org/r/20230718130304.87048-5-marpagan@redhat.com
Signed-off-by: Xu Yilun <yilun.xu@intel.com>
Diffstat (limited to 'drivers/fpga/Kconfig')
-rw-r--r-- | drivers/fpga/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig index 0a00763b9f28..2f689ac4ba3a 100644 --- a/drivers/fpga/Kconfig +++ b/drivers/fpga/Kconfig @@ -276,4 +276,6 @@ config FPGA_MGR_LATTICE_SYSCONFIG_SPI FPGA manager driver support for Lattice FPGAs programming over slave SPI sysCONFIG interface. +source "drivers/fpga/tests/Kconfig" + endif # FPGA |