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