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