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