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