diff options
Diffstat (limited to 'board/renesas/porter/Kconfig')
-rw-r--r-- | board/renesas/porter/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/board/renesas/porter/Kconfig b/board/renesas/porter/Kconfig new file mode 100644 index 0000000..a6f621b --- /dev/null +++ b/board/renesas/porter/Kconfig @@ -0,0 +1,12 @@ +if TARGET_PORTER + +config SYS_BOARD + default "porter" + +config SYS_VENDOR + default "renesas" + +config SYS_CONFIG_NAME + default "porter" + +endif |