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