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