Vikas Manocha | 95c8919 | 2016-01-15 17:49:06 -0800 | [diff] [blame] | 1 | if STM32F4 |
| 2 | |
| 3 | config TARGET_STM32F429_DISCOVERY |
| 4 | bool "STM32F429 Discovery board" |
| 5 | |
Patrice Chotard | 73ef2f0 | 2017-12-12 09:49:44 +0100 | [diff] [blame^] | 6 | config TARGET_STM32F469_DISCOVERY |
| 7 | bool "STM32F469 Discovery board" |
| 8 | |
Vikas Manocha | 95c8919 | 2016-01-15 17:49:06 -0800 | [diff] [blame] | 9 | source "board/st/stm32f429-discovery/Kconfig" |
Patrice Chotard | 73ef2f0 | 2017-12-12 09:49:44 +0100 | [diff] [blame^] | 10 | source "board/st/stm32f469-discovery/Kconfig" |
Vikas Manocha | 95c8919 | 2016-01-15 17:49:06 -0800 | [diff] [blame] | 11 | |
| 12 | endif |