diff options
| author | Alexandra Winter <wintera@linux.ibm.com> | 2025-09-18 13:04:49 +0200 |
|---|---|---|
| committer | Paolo Abeni <pabeni@redhat.com> | 2025-09-23 11:13:21 +0200 |
| commit | 35758b0032c056cdff3e8f5a70669cb3e2c8d0e4 (patch) | |
| tree | fc95b3c06f3ccafbee1ac38e74b13850ffc88508 /drivers/dibs/Kconfig | |
| parent | a4997e17d13767e67170f09bfa0b867862cad9d9 (diff) | |
dibs: Create drivers/dibs
Create the file structure for a 'DIBS - Direct Internal Buffer Sharing'
shim layer that will provide generic functionality and declarations for
dibs device drivers and dibs clients.
Following patches will add functionality.
Signed-off-by: Alexandra Winter <wintera@linux.ibm.com>
Link: https://patch.msgid.link/20250918110500.1731261-4-wintera@linux.ibm.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'drivers/dibs/Kconfig')
| -rw-r--r-- | drivers/dibs/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/dibs/Kconfig b/drivers/dibs/Kconfig new file mode 100644 index 000000000000..09c12f6838ad --- /dev/null +++ b/drivers/dibs/Kconfig @@ -0,0 +1,12 @@ +# SPDX-License-Identifier: GPL-2.0 +config DIBS + tristate "DIBS support" + default n + help + Direct Internal Buffer Sharing (DIBS) + A communication method that uses common physical (internal) memory + for synchronous direct access into a remote buffer. + + Select this option to provide the abstraction layer between + dibs devices and dibs clients like the SMC protocol. + The module name is dibs. |
