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