]> asedeno.scripts.mit.edu Git - linux.git/commit
media: sunxi: Refactor the Makefile and Kconfig
authorMaxime Ripard <maxime.ripard@bootlin.com>
Thu, 22 Aug 2019 08:21:13 +0000 (05:21 -0300)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 23 Aug 2019 10:29:05 +0000 (07:29 -0300)
commit3f0e6df62213ede83e3b223d36594cbcc953cb08
tree79dd6f360d692d3720f374628c51e2d38aee0b3b
parentc5e8f4ccd7750487f4ce05d0e801637124f14609
media: sunxi: Refactor the Makefile and Kconfig

The Makefile and Kconfig for the sun6i CSI driver are included in the main
Makefile / KConfig file. Since we're going to add a new CSI driver for an
older chip, and the Cedrus driver eventually, it makes more sense to put
those in our directory.

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/Kconfig
drivers/media/platform/Makefile
drivers/media/platform/sunxi/Kconfig [new file with mode: 0644]
drivers/media/platform/sunxi/Makefile [new file with mode: 0644]