blob: 174b3e4407abd1f2c305b89930476fcf099e1c28 [file] [log] [blame]
# SPDX-License-Identifier: GPL-2.0-only
menu "GXP device"
config GXP
tristate "Device driver for GXP"
select DMA_SHARED_BUFFER
select GENERIC_ALLOCATOR
select IOMMU_API
select PM
help
This driver supports the GXP device. Say Y if you want to
include this driver in the kernel.
To compile this driver as a module, choose M here. The module will be
called "gxp".
config CALLISTO
tristate "Callisto GXP device driver"
depends on GXP
help
This driver supports the Callisto device. Say Y if you want to
include this driver in the kernel.
To compile this driver as a module, choose M here. The module will be
called "gxp".
endmenu