add FM580X driver support for A22

This commit is contained in:
luowei
2011-04-27 16:16:29 +08:00
parent e65eceaf0d
commit 5a42c704dc
3 changed files with 13 additions and 0 deletions

View File

@@ -1520,6 +1520,14 @@ static struct i2c_board_info __initdata board_i2c0_devices[] = {
// #endif
},
#endif
#if defined (CONFIG_FM580X)
{
.type = "fm580x",
.addr = 0x10,
.flags = 0,
},
#endif
#if defined (CONFIG_BATTERY_STC3100)
{
.type = "stc3100",

4
drivers/misc/Kconfig Normal file → Executable file
View File

@@ -291,6 +291,10 @@ config STE
config MTK23D
bool "MTK6223D modem control driver"
default n
config FM580X
bool "FM rda580x driver"
default n
source "drivers/misc/c2port/Kconfig"
source "drivers/misc/eeprom/Kconfig"

1
drivers/misc/Makefile Normal file → Executable file
View File

@@ -29,6 +29,7 @@ obj-y += cb710/
obj-$(CONFIG_WL127X_RFKILL) += wl127x-rfkill.o
obj-$(CONFIG_APANIC) += apanic.o
obj-$(CONFIG_MTK23D) += mtk23d.o
obj-$(CONFIG_FM580X) += fm580x.o
obj-$(CONFIG_STE) += ste.o
obj-$(CONFIG_RK29_SUPPORT_MODEM) += rk29_modem/
obj-$(CONFIG_GPS_GNS7560) += gps/