mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
The commit adds support for STM32F746G-DISCO board. The discovery kit is a complete demonstration and development platform for STMicroelectronics Arm Cortex-M7-core-based STM32F746NG. Board support package includes the following components: - mainline Linux kernel 5.15.165 - mainline U-Boot 2024.07 - default packages from buildroot Link: https://www.st.com/en/evaluation-tools/32f746gdiscovery.html Co-Developed-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
364 B
Plaintext
13 lines
364 B
Plaintext
# CONFIG_PREEMPT is not set
|
|
# CONFIG_MULTIUSER is not set
|
|
# CONFIG_TIMERFD is not set
|
|
CONFIG_SET_MEM_PARAM=y
|
|
CONFIG_DRAM_BASE=0xC0000000
|
|
CONFIG_DRAM_SIZE=0x01000000
|
|
# CONFIG_GCC_PLUGINS is not set
|
|
# CONFIG_XIP_KERNEL is not set
|
|
# CONFIG_BLK_DEV is not set
|
|
# CONFIG_COMPAT_BRK is not set
|
|
# CONFIG_PROC_SYSCTL is not set
|
|
# CONFIG_CRYPTO is not set
|
|
CONFIG_RCU_TRACE=y |