mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 10:48:51 +00:00
18 lines
403 B
Text
18 lines
403 B
Text
|
#
|
||
|
# IOMMU devices
|
||
|
#
|
||
|
|
||
|
menu "IOMMU device drivers"
|
||
|
|
||
|
config IOMMU
|
||
|
bool "Enable Driver Model for IOMMU drivers"
|
||
|
depends on DM
|
||
|
help
|
||
|
Enable driver model for IOMMU devices. An IOMMU maps device
|
||
|
virtiual memory addresses to physical addresses. Devices
|
||
|
that sit behind an IOMMU can typically only access physical
|
||
|
memory if the IOMMU has been programmed to allow access to
|
||
|
that memory.
|
||
|
|
||
|
endmenu
|