Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[oweals/u-boot.git] / board / earthlcd / favr-32-ezkit / Kconfig
1 if TARGET_FAVR_32_EZKIT
2
3 config SYS_BOARD
4         string
5         default "favr-32-ezkit"
6
7 config SYS_VENDOR
8         string
9         default "earthlcd"
10
11 config SYS_SOC
12         string
13         default "at32ap700x"
14
15 config SYS_CONFIG_NAME
16         string
17         default "favr-32-ezkit"
18
19 endif