mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
add FM580X driver support for A22
This commit is contained in:
@@ -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
4
drivers/misc/Kconfig
Normal file → Executable 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
1
drivers/misc/Makefile
Normal file → Executable 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/
|
||||
|
||||
Reference in New Issue
Block a user