mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 07:26:44 +07:00
b874b39fcd
This is the USB driver for the Silicon Labs development board. It contains the Si4713 FM transmitter chip. Signed-off-by: Dinesh Ram <dinesh.ram@cern.ch> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Tested-by: Eduardo Valentin <edubezval@gmail.com> Acked-by: Eduardo Valentin <edubezval@gmail.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
8 lines
215 B
Makefile
8 lines
215 B
Makefile
#
|
|
# Makefile for radios with Silicon Labs Si4713 FM Radio Transmitters
|
|
#
|
|
|
|
obj-$(CONFIG_I2C_SI4713) += si4713.o
|
|
obj-$(CONFIG_USB_SI4713) += radio-usb-si4713.o
|
|
obj-$(CONFIG_PLATFORM_SI4713) += radio-platform-si4713.o
|