diff options
Diffstat (limited to 'board/BuS/eb_cpu5282/Kconfig')
-rw-r--r-- | board/BuS/eb_cpu5282/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/board/BuS/eb_cpu5282/Kconfig b/board/BuS/eb_cpu5282/Kconfig new file mode 100644 index 0000000000..f53f295187 --- /dev/null +++ b/board/BuS/eb_cpu5282/Kconfig @@ -0,0 +1,19 @@ +if TARGET_EB_CPU5282 + +config SYS_CPU + string + default "mcf52x2" + +config SYS_BOARD + string + default "eb_cpu5282" + +config SYS_VENDOR + string + default "BuS" + +config SYS_CONFIG_NAME + string + default "eb_cpu5282" + +endif |