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