Skip to content

Commit

Permalink
[media] move i2c files into drivers/media/i2c
Browse files Browse the repository at this point in the history
Move ancillary I2C drivers into drivers/media/i2c, in order to
better organize them.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Aug 15, 2012
1 parent f0af8fa commit cb7a01a
Show file tree
Hide file tree
Showing 124 changed files with 671 additions and 689 deletions.
9 changes: 3 additions & 6 deletions drivers/media/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -151,18 +151,15 @@ source "drivers/media/rc/Kconfig"

source "drivers/media/tuners/Kconfig"

source "drivers/media/i2c/Kconfig"

#
# Video/Radio/Hybrid adapters
# V4L platform/mem2mem drivers
#

source "drivers/media/video/Kconfig"

source "drivers/media/radio/Kconfig"

#
# DVB adapters
#

source "drivers/media/pci/Kconfig"
source "drivers/media/usb/Kconfig"
source "drivers/media/mmc/Kconfig"
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ifeq ($(CONFIG_MEDIA_CONTROLLER),y)
endif

obj-y += tuners/ common/ rc/ video/
obj-y += pci/ usb/ mmc/ firewire/ parport/
obj-y += i2c/ pci/ usb/ mmc/ firewire/ parport/

obj-$(CONFIG_VIDEO_DEV) += radio/ v4l2-core/
obj-$(CONFIG_DVB_CORE) += dvb-core/ dvb-frontends/
Loading

0 comments on commit cb7a01a

Please sign in to comment.