]> Git Repo - buildroot-mgba.git/blob - configs/stm32f469_disco_xip_defconfig
configs: drop redundant configuration for no MMU platforms
[buildroot-mgba.git] / configs / stm32f469_disco_xip_defconfig
1 BR2_arm=y
2 BR2_cortex_m4=y
3 BR2_KERNEL_HEADERS_5_15=y
4 # BR2_UCLIBC_INSTALL_UTILS is not set
5 BR2_ENABLE_LTO=y
6 BR2_ROOTFS_POST_BUILD_SCRIPT="board/stmicroelectronics/common/stm32f4xx/stm32-post-build.sh"
7 BR2_LINUX_KERNEL=y
8 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
9 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.15.6"
10 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
11 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/stmicroelectronics/stm32f469-disco/linux-xip.config"
12 BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y
13 BR2_LINUX_KERNEL_IMAGE_TARGET_NAME="xipImage"
14 BR2_LINUX_KERNEL_DTS_SUPPORT=y
15 BR2_LINUX_KERNEL_INTREE_DTS_NAME="stm32f469-disco"
16 BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="board/stmicroelectronics/common/stm32f4xx/busybox.fragment"
17 # BR2_PACKAGE_IFUPDOWN_SCRIPTS is not set
18 BR2_TARGET_ROOTFS_INITRAMFS=y
19 # BR2_TARGET_ROOTFS_TAR is not set
20 BR2_TARGET_AFBOOT_STM32=y
21 BR2_TARGET_AFBOOT_STM32_KERNEL_ADDR=0x0800C000
22 BR2_PACKAGE_HOST_OPENOCD=y
This page took 0.034691 seconds and 4 git commands to generate.