media: i2c: Remove common dependencies from sensor drivers
authorSakari Ailus <sakari.ailus@linux.intel.com>
Fri, 30 Jun 2023 13:58:55 +0000 (15:58 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Thu, 10 Aug 2023 05:58:38 +0000 (07:58 +0200)
commit11ec2c45b55493b8d06a27eb40c9ec5c572f332e
treed4cc433cc25f8e84457a7500c4b80fbe20686cee
parent7d3c7d2a2914e10bec3b9cdacdadb8e1f65f715a
media: i2c: Remove common dependencies from sensor drivers

As selecting V4L2_FWNODE, MEDIA_CONTROLLER and VIDEO_V4L2_SUBDEV_API are
now selected by the top level menu, they can be dropped from the
individual drivers. Also dropped selecting V4L2_ASYNC for a single driver
as this is already implied by V4L2_FWNODE.

Similarly, the I2C dependency is now also in the top level menu, so remove
it, as well as VIDEO_DEV which isn't needed by camera sensor drivers.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/i2c/Kconfig
drivers/media/i2c/ccs/Kconfig
drivers/media/i2c/et8ek8/Kconfig