diff options
Diffstat (limited to 'board/atmel/atstk1000/Kconfig')
-rw-r--r-- | board/atmel/atstk1000/Kconfig | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/board/atmel/atstk1000/Kconfig b/board/atmel/atstk1000/Kconfig new file mode 100644 index 0000000..1a24409 --- /dev/null +++ b/board/atmel/atstk1000/Kconfig @@ -0,0 +1,79 @@ +if TARGET_ATSTK1002 + +config SYS_BOARD + string + default "atstk1000" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at32ap700x" + +config SYS_CONFIG_NAME + string + default "atstk1002" + +endif + +if TARGET_ATSTK1003 + +config SYS_BOARD + string + default "atstk1000" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at32ap700x" + +config SYS_CONFIG_NAME + string + default "atstk1003" + +endif + +if TARGET_ATSTK1004 + +config SYS_BOARD + string + default "atstk1000" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at32ap700x" + +config SYS_CONFIG_NAME + string + default "atstk1004" + +endif + +if TARGET_ATSTK1006 + +config SYS_BOARD + string + default "atstk1000" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at32ap700x" + +config SYS_CONFIG_NAME + string + default "atstk1006" + +endif |