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