• Mauro Carvalho Chehab's avatar
    media: platform: move platform menu dependencies to drivers · 256bf685
    Mauro Carvalho Chehab authored
    Right now, platform dependencies are organized by the type of
    the platform driver. Yet, things tend to become very messy with
    time. The better seems to organize the drivers per manufacturer,
    as other Kernel subsystems are doing.
    
    As a preparation for such purpose, get rid of menuconfigs,
    moving the per-menu dependencies to be at the driver-specifig
    config entires.
    
    This shoud give flexibility to reorganize the platform drivers
    per manufacturer and re-sort them.
    
    This patch removes all "if..endif" options from the platform
    Kconfig, converting them into depends on.
    Acked-by: default avatarJernej Skrabec <jernej.skrabec@gmail.com>
    Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
    256bf685
Kconfig 1.05 KB