File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
drivers/interrupt_controller Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,16 +79,16 @@ config GIC_V3_RDIST_DMA_NONCOHERENT
79
79
default n
80
80
help
81
81
GIC redistributor on Some platform are connected to a non-coherent
82
- downstream interconnect, it need to use Non-cahable and Non-shareable
83
- access atttributes to access external memory.
82
+ downstream interconnect, it need to use Non-cacheable and Non-shareable
83
+ access attributes to access external memory.
84
84
85
85
config GIC_V3_ITS_DMA_NONCOHERENT
86
86
bool "GIC ITS is DMA noncoherent"
87
87
depends on GIC_V3_ITS
88
88
default n
89
89
help
90
90
GIC ITS on Some platform are connected to a non-coherent downstream
91
- interconnect, it need to use Non-cahable and Non-shareable access
92
- atttributes to access external memory.
91
+ interconnect, it need to use Non-cacheable and Non-shareable access
92
+ attributes to access external memory.
93
93
94
94
endif # CPU_CORTEX
You can’t perform that action at this time.
0 commit comments