diff options
Diffstat (limited to 'roms/u-boot/board/st/stm32f429-discovery/Kconfig')
-rw-r--r-- | roms/u-boot/board/st/stm32f429-discovery/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/roms/u-boot/board/st/stm32f429-discovery/Kconfig b/roms/u-boot/board/st/stm32f429-discovery/Kconfig new file mode 100644 index 000000000..e73d11bad --- /dev/null +++ b/roms/u-boot/board/st/stm32f429-discovery/Kconfig @@ -0,0 +1,19 @@ +if TARGET_STM32F429_DISCOVERY + +config SYS_BOARD + string + default "stm32f429-discovery" + +config SYS_VENDOR + string + default "st" + +config SYS_SOC + string + default "stm32f4" + +config SYS_CONFIG_NAME + string + default "stm32f429-discovery" + +endif |