From 6623aee5b6aba2f8efe9b7d2417f090f9c2b3cd3 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Tue, 24 Nov 2015 20:46:45 +0100 Subject: 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 Signed-off-by: Wolfgang Denk Signed-off-by: Stefan Roese --- board/liebherr/lwmon5/Kconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 board/liebherr/lwmon5/Kconfig (limited to 'board/liebherr/lwmon5/Kconfig') 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 -- cgit v1.1