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