This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2025-01-13 17:56:32 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
6259582077
linux_dsm_epyc7002
/
drivers
/
media
/
common
/
Makefile
3 lines
72 B
Makefile
Raw
Normal View
History
Unescape
Escape
[media] siano: break it into common, mmc and usb siano is, in fact, 2 drivers: one for MMC and one for USB, plus a common bus-independent code. Break it accordingly. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-06-15 02:36:01 +07:00
obj-y
+=
b2c2/ saa7146/ siano/
[media] cx2341x: move from media/i2c to media/common The cx2341x module is a helper module for conexant-based MPEG encoders. It isn't an i2c module at all, instead it should be in common since it is used by 7 pci and usb drivers to handle the MPEG setup. It also shouldn't be visible in the config menu as it is always selected automatically by those drivers that need it. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2013-02-06 17:53:31 +07:00
obj-$(CONFIG_VIDEO_CX2341X)
+=
cx2341x.o
Reference in New Issue
Copy Permalink