From ed09a554be3ce7974cf61715a286a1b6b547fdbd Mon Sep 17 00:00:00 2001 From: "rev13@wp.pl" Date: Sun, 1 Mar 2015 12:44:42 +0100 Subject: stm32f4: Add support for stm32f429-discovery board Signed-off-by: Kamil Lulko Reviewed-by: Tom Rini --- board/st/stm32f429-discovery/Kconfig | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 board/st/stm32f429-discovery/Kconfig (limited to 'board/st/stm32f429-discovery/Kconfig') diff --git a/board/st/stm32f429-discovery/Kconfig b/board/st/stm32f429-discovery/Kconfig new file mode 100644 index 0000000..e73d11b --- /dev/null +++ b/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 -- cgit v1.1