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