diff options
author | Oded Gabbay <oded.gabbay@gmail.com> | 2019-02-16 00:39:11 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-02-18 09:46:43 +0100 |
commit | c4d66343a46a4931d6a547042198896e4fd1c592 (patch) | |
tree | 332ec9c14d265a7a9b71bf8b7240277f176149a0 /drivers/misc/Kconfig | |
parent | 26528be6720bb40bc8844e97ee73a37e530e9c5e (diff) | |
download | linux-c4d66343a46a4931d6a547042198896e4fd1c592.tar.bz2 |
habanalabs: add skeleton driver
This patch adds the habanalabs skeleton driver. The driver does nothing at
this stage except very basic operations. It contains the minimal code to
insmod and rmmod the driver and to create a /dev/hlX file per PCI device.
Reviewed-by: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 7e0726253755..f3e257fd3704 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -545,4 +545,5 @@ source "drivers/misc/echo/Kconfig" source "drivers/misc/cxl/Kconfig" source "drivers/misc/ocxl/Kconfig" source "drivers/misc/cardreader/Kconfig" +source "drivers/misc/habanalabs/Kconfig" endmenu |