summaryrefslogtreecommitdiff
path: root/board/renesas/porter/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-03-01 21:06:47 -0500
committerTom Rini <trini@konsulko.com>2015-03-01 21:06:47 -0500
commitfc834100950ab630f442aece500d8c9ccfa2b992 (patch)
tree7460641d70e42f819afbcbfe2361c238bbec170b /board/renesas/porter/Kconfig
parent00956eb5f313d0a62c39f4fa642ffbaa85cc955c (diff)
parent275ec28eed3d09bd924457b02ce29203172ae808 (diff)
downloadu-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/Kconfig12
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