diff options
Diffstat (limited to 'board/esd/apc405')
-rw-r--r-- | board/esd/apc405/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/board/esd/apc405/Kconfig b/board/esd/apc405/Kconfig new file mode 100644 index 0000000..83cd8bd --- /dev/null +++ b/board/esd/apc405/Kconfig @@ -0,0 +1,15 @@ +if TARGET_APC405 + +config SYS_BOARD + string + default "apc405" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "APC405" + +endif |