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