diff options
Diffstat (limited to 'board/conclusive/kstr-sama5d27/Kconfig')
| -rw-r--r-- | board/conclusive/kstr-sama5d27/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/board/conclusive/kstr-sama5d27/Kconfig b/board/conclusive/kstr-sama5d27/Kconfig new file mode 100644 index 00000000000..572551cfda9 --- /dev/null +++ b/board/conclusive/kstr-sama5d27/Kconfig @@ -0,0 +1,15 @@ +if TARGET_KSTR_SAMA5D27 + +config SYS_BOARD + default "kstr-sama5d27" + +config SYS_VENDOR + default "conclusive" + +config SYS_SOC + default "at91" + +config SYS_CONFIG_NAME + default "kstr-sama5d27" + +endif |
