]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/atmel/sama5d2_ptc_ek/Kconfig
bootcount: Migrate CONFIG_SYS_BOOTCOUNT_ADDR
[people/ms/u-boot.git] / board / atmel / sama5d2_ptc_ek / Kconfig
CommitLineData
aaa4ba93 1if TARGET_SAMA5D2_PTC_EK
9989c156
WY
2
3config SYS_BOARD
aaa4ba93 4 default "sama5d2_ptc_ek"
9989c156
WY
5
6config SYS_VENDOR
7 default "atmel"
8
9config SYS_SOC
10 default "at91"
11
12config SYS_CONFIG_NAME
aaa4ba93 13 default "sama5d2_ptc_ek"
9989c156
WY
14
15endif