]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/atmel/atngw100/Kconfig
kconfig: add board Kconfig and defconfig files
[people/ms/u-boot.git] / board / atmel / atngw100 / Kconfig
CommitLineData
dd84058d
MY
1if TARGET_ATNGW100
2
3config SYS_BOARD
4 string
5 default "atngw100"
6
7config SYS_VENDOR
8 string
9 default "atmel"
10
11config SYS_SOC
12 string
13 default "at32ap700x"
14
15config SYS_CONFIG_NAME
16 string
17 default "atngw100"
18
19endif