summaryrefslogtreecommitdiffstats
path: root/drivers/accel/Kconfig
diff options
context:
space:
mode:
authorJeffrey Hugo <quic_jhugo@quicinc.com>2023-03-27 09:54:56 -0600
committerJacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com>2023-04-06 08:23:03 +0200
commit759662e4f1f8cd6ea0ec466e10cf29fe7c1fec36 (patch)
tree234197d99ef4188d5459abc48d8af6c26a104b50 /drivers/accel/Kconfig
parent566fc96198b4bb07ca6806386956669881225271 (diff)
downloadlinux-stable-759662e4f1f8cd6ea0ec466e10cf29fe7c1fec36.tar.gz
linux-stable-759662e4f1f8cd6ea0ec466e10cf29fe7c1fec36.tar.bz2
linux-stable-759662e4f1f8cd6ea0ec466e10cf29fe7c1fec36.zip
accel/qaic: Add qaic driver to the build system
Now that we have all the components of a minimum QAIC which can boot and run an AIC100 device, add the infrastructure that allows the QAIC driver to be built. Signed-off-by: Jeffrey Hugo <quic_jhugo@quicinc.com> Reviewed-by: Carl Vanderlip <quic_carlv@quicinc.com> Reviewed-by: Pranjal Ramajor Asha Kanojiya <quic_pkanojiy@quicinc.com> Reviewed-by: Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com> Reviewed-by: Jacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com> Acked-by: Oded Gabbay <ogabbay@kernel.org> Signed-off-by: Jacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/1679932497-30277-8-git-send-email-quic_jhugo@quicinc.com
Diffstat (limited to 'drivers/accel/Kconfig')
-rw-r--r--drivers/accel/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/accel/Kconfig b/drivers/accel/Kconfig
index c437206aa3f1..64065fb8922b 100644
--- a/drivers/accel/Kconfig
+++ b/drivers/accel/Kconfig
@@ -26,5 +26,6 @@ menuconfig DRM_ACCEL
source "drivers/accel/habanalabs/Kconfig"
source "drivers/accel/ivpu/Kconfig"
+source "drivers/accel/qaic/Kconfig"
endif