diff options
Diffstat (limited to 'board/cobra5272/Kconfig')
-rw-r--r-- | board/cobra5272/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/board/cobra5272/Kconfig b/board/cobra5272/Kconfig new file mode 100644 index 0000000..6e55d43 --- /dev/null +++ b/board/cobra5272/Kconfig @@ -0,0 +1,15 @@ +if TARGET_COBRA5272 + +config SYS_CPU + string + default "mcf52x2" + +config SYS_BOARD + string + default "cobra5272" + +config SYS_CONFIG_NAME + string + default "cobra5272" + +endif |