Commit 6a791171 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

media: Kconfig: mode firewire comment to firewire/Kconfig

This comment should only be visible if the DVB_FIREDTV
config will show.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 3bb11201
...@@ -192,8 +192,6 @@ source "drivers/media/test_drivers/Kconfig" ...@@ -192,8 +192,6 @@ source "drivers/media/test_drivers/Kconfig"
source "drivers/media/mmc/Kconfig" source "drivers/media/mmc/Kconfig"
endif endif
comment "Supported FireWire (IEEE 1394) Adapters"
depends on DVB_CORE && FIREWIRE
source "drivers/media/firewire/Kconfig" source "drivers/media/firewire/Kconfig"
# Common driver options # Common driver options
......
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
if DVB_CORE && FIREWIRE
comment "FireWire (IEEE 1394) Adapters"
config DVB_FIREDTV config DVB_FIREDTV
tristate "FireDTV and FloppyDTV" tristate "FireDTV and FloppyDTV"
depends on DVB_CORE && FIREWIRE
help help
Support for DVB receivers from Digital Everywhere Support for DVB receivers from Digital Everywhere
which are connected via IEEE 1394 (FireWire). which are connected via IEEE 1394 (FireWire).
...@@ -18,3 +20,4 @@ config DVB_FIREDTV_INPUT ...@@ -18,3 +20,4 @@ config DVB_FIREDTV_INPUT
def_bool INPUT = y || (INPUT = m && DVB_FIREDTV = m) def_bool INPUT = y || (INPUT = m && DVB_FIREDTV = m)
endif # DVB_FIREDTV endif # DVB_FIREDTV
endif # DVB_CORE && FIREWIRE
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment