summaryrefslogtreecommitdiff
path: root/board/st/stm32f429-discovery/Kconfig
diff options
context:
space:
mode:
authorrev13@wp.pl <rev13@wp.pl>2015-03-01 12:44:42 +0100
committerTom Rini <trini@konsulko.com>2015-04-22 12:14:55 -0400
commited09a554be3ce7974cf61715a286a1b6b547fdbd (patch)
tree88ffff0d56d4b7d465702d977c79f9835a3dde26 /board/st/stm32f429-discovery/Kconfig
parentab3f0c7dae9b7b7c1079491d96f44896971a9006 (diff)
downloadu-boot-imx-ed09a554be3ce7974cf61715a286a1b6b547fdbd.zip
u-boot-imx-ed09a554be3ce7974cf61715a286a1b6b547fdbd.tar.gz
u-boot-imx-ed09a554be3ce7974cf61715a286a1b6b547fdbd.tar.bz2
stm32f4: Add support for stm32f429-discovery board
Signed-off-by: Kamil Lulko <rev13@wp.pl> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/st/stm32f429-discovery/Kconfig')
-rw-r--r--board/st/stm32f429-discovery/Kconfig19
1 files changed, 19 insertions, 0 deletions
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