diff options
Diffstat (limited to 'board/astro')
-rw-r--r-- | board/astro/mcf5373l/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/board/astro/mcf5373l/Kconfig b/board/astro/mcf5373l/Kconfig new file mode 100644 index 0000000..6e947dc --- /dev/null +++ b/board/astro/mcf5373l/Kconfig @@ -0,0 +1,19 @@ +if TARGET_ASTRO_MCF5373L + +config SYS_CPU + string + default "mcf532x" + +config SYS_BOARD + string + default "mcf5373l" + +config SYS_VENDOR + string + default "astro" + +config SYS_CONFIG_NAME + string + default "astro_mcf5373l" + +endif |