diff options
Diffstat (limited to 'board/stx/stxssa/Kconfig')
-rw-r--r-- | board/stx/stxssa/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/board/stx/stxssa/Kconfig b/board/stx/stxssa/Kconfig new file mode 100644 index 0000000000..06dd8bef8b --- /dev/null +++ b/board/stx/stxssa/Kconfig @@ -0,0 +1,15 @@ +if TARGET_STXSSA + +config SYS_BOARD + string + default "stxssa" + +config SYS_VENDOR + string + default "stx" + +config SYS_CONFIG_NAME + string + default "stxssa" + +endif |