media: platform: Kconfig: place platform drivers on a submenu
authorMauro Carvalho Chehab <mchehab@kernel.org>
Sun, 13 Mar 2022 05:47:32 +0000 (06:47 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 18 Mar 2022 04:56:51 +0000 (05:56 +0100)
commitd7700ca98d7a03eda24489a0eedaefda1a301629
tree5f19c702726bb09e0a6365f99cf4873a67e997e5
parent0461b70d0697fab7742e1ea4a5f63351ea821e04
media: platform: Kconfig: place platform drivers on a submenu

Just like media bus drivers, place platform drivers on a
submenu, in order to better organize user-selection:

    Media drivers  --->
    *** media drivers ***
[*] Media USB Adapters  --->
[*] Media PCI Adapters  --->
-*- Radio Adapters  --->
[*] Media platform devices  --->
    *** MMC/SDIO DVB adapters ***
< > Siano SMS1xxx based MDTV via SDIO interface
[*] V4L test drivers  --->
[*] DVB test drivers  --->
    *** FireWire (IEEE 1394) Adapters ***
<*> FireDTV and FloppyDTV
    *** common driver options ***
[ ] Enable Remote Controller support for Siano devices
[ ] Enable debugfs for smsdvb

As this submenu depends on MEDIA_PLATFORM_DRIVERS and defaults to "y",
there's no need to change already-existing .config entries, nor touch
the several make *_defconfig.

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/Kconfig
drivers/media/platform/Kconfig