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