From 0cf0d1499ab4fb86a6c85f83ab4097a62e2e3642 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Mon, 15 Jul 2013 09:11:21 -0700 Subject: rtd2132: Add driver for Realtek RTD2132 LVDS bridge This driver allows the mainboard to enable spread spectrum clocking at 0.5%, 1.0%, and 1.5% with devicetree settings. Change-Id: I59c61e67aa8e951fd9904ad951deb6d0ba29669e Signed-off-by: Duncan Laurie Reviewed-on: https://gerrit.chromium.org/gerrit/61894 Reviewed-on: http://review.coreboot.org/4365 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/drivers/i2c/rtd2132/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/drivers/i2c/rtd2132/Kconfig (limited to 'src/drivers/i2c/rtd2132/Kconfig') diff --git a/src/drivers/i2c/rtd2132/Kconfig b/src/drivers/i2c/rtd2132/Kconfig new file mode 100644 index 0000000000..f76b14ff23 --- /dev/null +++ b/src/drivers/i2c/rtd2132/Kconfig @@ -0,0 +1,5 @@ +config DRIVERS_I2C_RTD2132 + bool + default n + help + Enable support for Realtek RTD2132 DisplayPort to LVDS bridge chip. -- cgit v1.2.3