1CONFIG_SOC_SERIES_STM32MP1X=y 2CONFIG_SOC_STM32MP15_M4=y 3 4# enable GPIO 5CONFIG_GPIO=y 6 7# Enable MPU 8CONFIG_ARM_MPU=y 9 10# Enable HW stack protection 11CONFIG_HW_STACK_PROTECTION=y 12 13# enable uart driver 14CONFIG_SERIAL=y 15CONFIG_UART_INTERRUPT_DRIVEN=y 16 17# clock configuration 18CONFIG_CLOCK_CONTROL=y 19 20# console (remote proc console by default) 21CONFIG_CONSOLE=y 22CONFIG_RAM_CONSOLE=y 23CONFIG_RAM_CONSOLE_BUFFER_SIZE=1024 24 25# uart console (overrides remote proc console) 26CONFIG_UART_CONSOLE=n 27 28# enable pin controller 29CONFIG_PINCTRL=y 30