drivers: video: Kconfig: Add config remove video
authorNikhil M Jain <n-jain1@ti.com>
Tue, 18 Jul 2023 08:57:32 +0000 (14:27 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 21 Jul 2023 19:32:12 +0000 (15:32 -0400)
commit63e73a13e994e5aa960418f02b148d023719021e
tree4512a62f3fc8cd7da48a69cff77e12519e7d92e7
parent5bc610a7d9d1ea1b83aaab7ca54ef847087d7167
drivers: video: Kconfig: Add config remove video

This is required since user may want to either call the remove method
of video driver and reset the display or not call the remove method
to continue displaying until next stage.

Signed-off-by: Nikhil M Jain <n-jain1@ti.com>
Reviewed-by: Devarsh Thakkar <devarsht@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/video/Kconfig