]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/in-circuit/grasshopper/Kconfig
stm32: Correct positioning of declaration
[people/ms/u-boot.git] / board / in-circuit / grasshopper / Kconfig
CommitLineData
dd84058d
MY
1if TARGET_GRASSHOPPER
2
3config SYS_BOARD
dd84058d
MY
4 default "grasshopper"
5
6config SYS_VENDOR
dd84058d
MY
7 default "in-circuit"
8
9config SYS_SOC
dd84058d
MY
10 default "at32ap700x"
11
12config SYS_CONFIG_NAME
dd84058d
MY
13 default "grasshopper"
14
15endif