Commit 4485aac7 authored by 陳永達's avatar 陳永達

Kernel support Silicon Image 9034 driver

parent 58ef4da6
......@@ -769,6 +769,7 @@ CONFIG_SENSORS_TLV320AIC33=y
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not set
CONFIG_I2C_NEUROS_MSP430=m
CONFIG_I2C_NEUROS_SIL9034HDMI=m
#
# SPI support
......
......@@ -215,4 +215,16 @@ config I2C_NEUROS_MSP430
If unsure and targeting the Neuros OSD, say M.
config I2C_NEUROS_SIL9034HDMI
tristate "Silicon Image 9034 HDMI Transmitter"
depends on I2C && ARCH_DAVINCI
help
Supports the I2C interface found on the Neuros OSD (primarily used
for communicating with the silicon image hdmi transmitter chip).
To compile this driver as a module (recommended), choose M here: the
module will be called i2c-algo-neuros-sil9034hdmi.ko
If unsure and targeting the Neuros OSD, say M.
endmenu
......@@ -22,6 +22,7 @@ obj-$(CONFIG_TWL4030_GPIO) += twl4030_gpio.o
obj-$(CONFIG_RTC_X1205_I2C) += x1205.o
obj-$(CONFIG_GPIOEXPANDER_DAVINCI) += gpio_expander_davinci.o
obj-$(CONFIG_I2C_NEUROS_MSP430) += i2c-neuros-msp430.o
obj-$(CONFIG_I2C_NEUROS_SIL9034HDMI) += i2c-neuros-sil9034hdmi.o
ifeq ($(CONFIG_I2C_DEBUG_CHIP),y)
EXTRA_CFLAGS += -DDEBUG
......
......@@ -165,6 +165,7 @@
#define I2C_DRIVERID_FSCHER 1046
#define I2C_DRIVERID_W83L785TS 1047
#define I2C_DRIVERID_OV7670 1048 /* Omnivision 7670 camera */
#define I2C_DRIVERID_SIL9034 1049 /* I2C id for Silicon Image */
/*
* ---- Adapter types ----------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment