From e65e175b07bef5974045cc42238de99057669ca7 Mon Sep 17 00:00:00 2001 From: Oded Gabbay Date: Mon, 26 Dec 2022 23:05:00 +0200 Subject: habanalabs: move driver to accel subsystem Now that we have a subsystem for compute accelerators, move the habanalabs driver to it. This patch only moves the files and fixes the Makefiles. Future patches will change the existing code to register to the accel subsystem and expose the accel device char files instead of the habanalabs device char files. Update the MAINTAINERS file to reflect this change. Signed-off-by: Oded Gabbay --- drivers/accel/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/accel/Kconfig') diff --git a/drivers/accel/Kconfig b/drivers/accel/Kconfig index 4989376e5938..834863902e16 100644 --- a/drivers/accel/Kconfig +++ b/drivers/accel/Kconfig @@ -23,4 +23,5 @@ menuconfig DRM_ACCEL different device files, called accel/accel* (in /dev, sysfs and debugfs). +source "drivers/accel/habanalabs/Kconfig" source "drivers/accel/ivpu/Kconfig" -- cgit v1.2.3