diff options
Diffstat (limited to 'board/compulab/cm_t3517/Kconfig')
-rw-r--r-- | board/compulab/cm_t3517/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/board/compulab/cm_t3517/Kconfig b/board/compulab/cm_t3517/Kconfig new file mode 100644 index 0000000..2f5473d --- /dev/null +++ b/board/compulab/cm_t3517/Kconfig @@ -0,0 +1,12 @@ +if TARGET_CM_T3517 + +config SYS_BOARD + default "cm_t3517" + +config SYS_VENDOR + default "compulab" + +config SYS_CONFIG_NAME + default "cm_t3517" + +endif |