diff options
Diffstat (limited to 'board/cmi/Kconfig')
-rw-r--r-- | board/cmi/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/board/cmi/Kconfig b/board/cmi/Kconfig new file mode 100644 index 00000000000..8040e59bc60 --- /dev/null +++ b/board/cmi/Kconfig @@ -0,0 +1,11 @@ +if TARGET_CMI_MPC5XX + +config SYS_BOARD + string + default "cmi" + +config SYS_CONFIG_NAME + string + default "cmi_mpc5xx" + +endif |