diff options
Diffstat (limited to 'board/freescale/m54418twr')
-rw-r--r-- | board/freescale/m54418twr/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/board/freescale/m54418twr/Kconfig b/board/freescale/m54418twr/Kconfig new file mode 100644 index 0000000..7d73b94 --- /dev/null +++ b/board/freescale/m54418twr/Kconfig @@ -0,0 +1,19 @@ +if TARGET_M54418TWR + +config SYS_CPU + string + default "mcf5445x" + +config SYS_BOARD + string + default "m54418twr" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M54418TWR" + +endif |