diff options
Diffstat (limited to 'board/freescale/t4rdb')
-rw-r--r-- | board/freescale/t4rdb/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/board/freescale/t4rdb/Kconfig b/board/freescale/t4rdb/Kconfig new file mode 100644 index 0000000..07e3c0d --- /dev/null +++ b/board/freescale/t4rdb/Kconfig @@ -0,0 +1,15 @@ +if TARGET_T4240RDB + +config SYS_BOARD + string + default "t4rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "T4240RDB" + +endif |