Home
last modified time | relevance | path

Searched hist:b6a7d1bcc55fd297ad4bf341237f08ca989adf93 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/
H A DKconfigdiff b6a7d1bcc55fd297ad4bf341237f08ca989adf93 Wed Mar 25 10:33:35 CDT 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> media: Kconfig: don't use visible for device type select

While making the menu invisible seemed a good idea, there's
a drawback: when the menu is not visible, it is not parsing
the "default" dependency.

So, instead, let's just avoid the items at the menu to be
prompted, by using the "prompt ... if" construction.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>