Add the xdma framework and pl330 dma drivers to arm and arm64 lint builds.
This commit is contained in:
parent
e2448a8112
commit
fce985b0bd
@ -28,3 +28,7 @@ nodevice mps
|
||||
# Add devices which are specific to various arm platforms...
|
||||
|
||||
device twsi # i2c controller on Marvel and Allwinner
|
||||
|
||||
device pl330 # ARM PL330 dma controller
|
||||
device xdma # xDMA framework for SoC on-chip dma controllers
|
||||
|
||||
|
@ -189,6 +189,10 @@ device regulator
|
||||
device syscon
|
||||
device aw_syscon
|
||||
|
||||
# Misc devices.
|
||||
device pl330 # ARM PL330 dma controller
|
||||
device xdma # xDMA framework for SoC on-chip dma controllers
|
||||
|
||||
# Chip-specific errata
|
||||
options THUNDERX_PASS_1_1_ERRATA
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user