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