summaryrefslogtreecommitdiff
path: root/board/liebherr/lwmon5/Kconfig
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2015-11-24 20:46:45 +0100
committerStefan Roese <sr@denx.de>2015-11-30 12:50:29 +0100
commit6623aee5b6aba2f8efe9b7d2417f090f9c2b3cd3 (patch)
tree5143c75da8cbb116925e1a9916ffa203c603f758 /board/liebherr/lwmon5/Kconfig
parent7514037bcdc37180fe87f889013d72c49f4bd525 (diff)
downloadu-boot-imx-6623aee5b6aba2f8efe9b7d2417f090f9c2b3cd3.zip
u-boot-imx-6623aee5b6aba2f8efe9b7d2417f090f9c2b3cd3.tar.gz
u-boot-imx-6623aee5b6aba2f8efe9b7d2417f090f9c2b3cd3.tar.bz2
PPC4xx: Create "liebherr" vendor directory
In preparation of some new Liebherr boards to be added soon, a new "liebherr" vendor directory gets created, and the "lwmon5" board directory is moved into this new vendor directory. cc: Stefan Roese <sr@denx.de> Signed-off-by: Wolfgang Denk <wd@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/liebherr/lwmon5/Kconfig')
-rw-r--r--board/liebherr/lwmon5/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/board/liebherr/lwmon5/Kconfig b/board/liebherr/lwmon5/Kconfig
new file mode 100644
index 0000000..7f1bb40
--- /dev/null
+++ b/board/liebherr/lwmon5/Kconfig
@@ -0,0 +1,16 @@
+if TARGET_LWMON5
+
+config SYS_BOARD
+ default "lwmon5"
+
+config SYS_VENDOR
+ default "liebherr"
+
+config SYS_CONFIG_NAME
+ default "lwmon5"
+
+config DISPLAY_BOARDINFO
+ bool
+ default y
+
+endif