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