Aurora zuma pro automerger | c9ad9ce | 2023-12-28 04:15:52 +0000 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
| 2 | |
| 3 | menu "GXP device" |
| 4 | |
| 5 | config GXP |
| 6 | tristate "Device driver for GXP" |
| 7 | select DMA_SHARED_BUFFER |
| 8 | select GENERIC_ALLOCATOR |
| 9 | select IOMMU_API |
| 10 | select PM |
| 11 | help |
| 12 | This driver supports the GXP device. Say Y if you want to |
| 13 | include this driver in the kernel. |
| 14 | |
| 15 | To compile this driver as a module, choose M here. The module will be |
| 16 | called "gxp". |
| 17 | |
| 18 | config CALLISTO |
| 19 | tristate "Callisto GXP device driver" |
| 20 | depends on GXP |
| 21 | help |
| 22 | This driver supports the Callisto device. Say Y if you want to |
| 23 | include this driver in the kernel. |
| 24 | |
| 25 | To compile this driver as a module, choose M here. The module will be |
| 26 | called "gxp". |
| 27 | |
| 28 | |
| 29 | endmenu |