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