From 2ddc9ea0c887d77b242b361d650660f1a788abe5 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 30 Jun 2013 05:56:26 -0700 Subject: parade: Add a driver for the parade ps8625. This driver is basically the same as the one in U-Boot but without the device tree stuff. That driver is, in turn, a straightforward implementation of the sequence of register writes described in the data sheet. Comments were added in U-Boot which helpfully describe what the register writes are actually doing and are kept. Change-Id: I64ba6b373478853bb2120f0553a43de901170d02 Signed-off-by: Gabe Black Reviewed-on: http://review.coreboot.org/3753 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/drivers/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drivers/Kconfig') diff --git a/src/drivers/Kconfig b/src/drivers/Kconfig index 386508a374..c4378b1b1b 100644 --- a/src/drivers/Kconfig +++ b/src/drivers/Kconfig @@ -27,6 +27,7 @@ source src/drivers/ics/Kconfig source src/drivers/ipmi/Kconfig source src/drivers/maxim/Kconfig source src/drivers/oxford/Kconfig +source src/drivers/parade/Kconfig if PC80_SYSTEM source src/drivers/pc80/Kconfig endif -- cgit v1.2.3