From a53266bee0bf2b4d92090d0194c694853318a370 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Thu, 2 May 2013 15:26:08 +0200 Subject: ec/kontron/it8516e: Add it8516e EC driver This driver communicates with the IT8516e on the Kontron KTQM77. Since we don't know if the firmware and protocol are standard for the chip or customized to the board, call it kontron/it8516e. Change-Id: I7382172c6d865d60106c929124444821a07a5184 Signed-off-by: Nico Huber Reviewed-on: http://review.coreboot.org/3390 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/ec/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ec/Kconfig') diff --git a/src/ec/Kconfig b/src/ec/Kconfig index d3ac471546..98aeb9c7a9 100644 --- a/src/ec/Kconfig +++ b/src/ec/Kconfig @@ -1,6 +1,7 @@ source src/ec/acpi/Kconfig source src/ec/compal/Kconfig source src/ec/google/Kconfig +source src/ec/kontron/Kconfig source src/ec/lenovo/Kconfig source src/ec/smsc/Kconfig source src/ec/quanta/Kconfig -- cgit v1.2.3