1# Enable MPU
2CONFIG_ARM_MPU=y
3
4# Enable HW stack protection
5CONFIG_HW_STACK_PROTECTION=y
6
7# Enable GPIO
8CONFIG_GPIO=y
9