On Wed, Jul 21, 2021 at 12:15 PM Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> wrote: > > There's nothing preventing this driver to be loaded as a > module. So, change its config from bool to tristate. > > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> No objections from me, but I wonder if you would also consider making the module removable. It's currently marked as 'builtin_platform_driver', so you can load but not remove it. Rob has done some bug fixes that make it possible to remove similar drivers, so it's probably not much work here either. Arnd