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