diff options
Diffstat (limited to 'board/freescale/m5373evb')
-rw-r--r-- | board/freescale/m5373evb/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/board/freescale/m5373evb/Kconfig b/board/freescale/m5373evb/Kconfig new file mode 100644 index 0000000000..583a4b5c77 --- /dev/null +++ b/board/freescale/m5373evb/Kconfig @@ -0,0 +1,19 @@ +if TARGET_M5373EVB + +config SYS_CPU + string + default "mcf532x" + +config SYS_BOARD + string + default "m5373evb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M5373EVB" + +endif |