From 7b8d4fae8e5c305dc111aacc211fe950b4a895e2 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 20 Oct 2009 22:36:34 +0000 Subject: Add initial support for the HP e-Vectra P2706T. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Boot-tested by Paweł Stawicki . Signed-off-by: Uwe Hermann Acked-by: Paweł Stawicki git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4820 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/hp/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/hp/Kconfig') diff --git a/src/mainboard/hp/Kconfig b/src/mainboard/hp/Kconfig index b78032cd27..f216a7e58d 100644 --- a/src/mainboard/hp/Kconfig +++ b/src/mainboard/hp/Kconfig @@ -3,6 +3,7 @@ choice depends on VENDOR_HP source "src/mainboard/hp/dl145_g3/Kconfig" +source "src/mainboard/hp/e_vectra_p2706t/Kconfig" endchoice -- cgit v1.2.3