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