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