blob: 174b3e4407abd1f2c305b89930476fcf099e1c28 [file] [log] [blame]
Aurora zuma pro automergerc9ad9ce2023-12-28 04:15:52 +00001# SPDX-License-Identifier: GPL-2.0-only
2
3menu "GXP device"
4
5config 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
18config 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
29endmenu