Fix misspellings in Kconfig files that show up in the configuration documentation (and make menuconfig screens). Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
22 lines
536 B
Text
22 lines
536 B
Text
config CPU_HAS_ARM_MPU
|
|
bool
|
|
# Omit prompt to signify "hidden" option
|
|
select CPU_HAS_MPU
|
|
help
|
|
This option is enabled when the CPU has a Memory Protection Unit (MPU)
|
|
in ARM flavor.
|
|
|
|
config CPU_HAS_NXP_MPU
|
|
bool
|
|
# Omit prompt to signify "hidden" option
|
|
select CPU_HAS_MPU
|
|
help
|
|
This option is enabled when the CPU has a Memory Protection Unit (MPU)
|
|
in NXP flavor.
|
|
|
|
config CPU_HAS_ARM_SAU
|
|
bool
|
|
# Omit prompt to signify "hidden" option
|
|
select CPU_HAS_TEE
|
|
help
|
|
MCU implements the ARM Security Attribution Unit (SAU).
|