diff options
author | Tom Rini <trini@konsulko.com> | 2015-03-01 21:06:47 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-01 21:06:47 -0500 |
commit | fc834100950ab630f442aece500d8c9ccfa2b992 (patch) | |
tree | 7460641d70e42f819afbcbfe2361c238bbec170b /board/renesas/porter/Kconfig | |
parent | 00956eb5f313d0a62c39f4fa642ffbaa85cc955c (diff) | |
parent | 275ec28eed3d09bd924457b02ce29203172ae808 (diff) | |
download | u-boot-imx-fc834100950ab630f442aece500d8c9ccfa2b992.zip u-boot-imx-fc834100950ab630f442aece500d8c9ccfa2b992.tar.gz u-boot-imx-fc834100950ab630f442aece500d8c9ccfa2b992.tar.bz2 |
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
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 |