diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2018-01-18 13:39:32 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-28 09:39:05 -0500 |
commit | e23b19f4a8f790f9206f7af3363695b2ec06c1f6 (patch) | |
tree | c4e0ad6c211444b5cd7e31951e2f43f7123ac70c /board/st/stm32f429-evaluation/Kconfig | |
parent | 09b9f649d06256dfc2fefc28f091c3cabfd9cfeb (diff) |
board: stm32: Add stm32f429-evaluation board support
Add stm32f429-evaluation board support.
For more information, please visit:
http://www.st.com/en/evaluation-tools/stm32429i-eval.html
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'board/st/stm32f429-evaluation/Kconfig')
-rw-r--r-- | board/st/stm32f429-evaluation/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/board/st/stm32f429-evaluation/Kconfig b/board/st/stm32f429-evaluation/Kconfig new file mode 100644 index 0000000000..ca4bb3d9c9 --- /dev/null +++ b/board/st/stm32f429-evaluation/Kconfig @@ -0,0 +1,19 @@ +if TARGET_STM32F429_EVALUATION + +config SYS_BOARD + string + default "stm32f429-evaluation" + +config SYS_VENDOR + string + default "st" + +config SYS_SOC + string + default "stm32f4" + +config SYS_CONFIG_NAME + string + default "stm32f429-evaluation" + +endif |