diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-03-24 14:06:08 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-04-14 10:29:04 +0200 |
commit | 6a79117187b384e837310d85a824fe0b6381e057 (patch) | |
tree | 33fb321e90d00455c162c7af440014df575d25d8 /drivers/media/firewire | |
parent | 3bb112016616ca01f6ee06ee2bf77d8eec4afeb1 (diff) | |
download | linux-6a79117187b384e837310d85a824fe0b6381e057.tar.gz linux-6a79117187b384e837310d85a824fe0b6381e057.tar.bz2 linux-6a79117187b384e837310d85a824fe0b6381e057.zip |
media: Kconfig: mode firewire comment to firewire/Kconfig
This comment should only be visible if the DVB_FIREDTV
config will show.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/firewire')
-rw-r--r-- | drivers/media/firewire/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/media/firewire/Kconfig b/drivers/media/firewire/Kconfig index e7837da5905b..0c1f326f581f 100644 --- a/drivers/media/firewire/Kconfig +++ b/drivers/media/firewire/Kconfig @@ -1,7 +1,9 @@ # SPDX-License-Identifier: GPL-2.0-only +if DVB_CORE && FIREWIRE +comment "FireWire (IEEE 1394) Adapters" + config DVB_FIREDTV tristate "FireDTV and FloppyDTV" - depends on DVB_CORE && FIREWIRE help Support for DVB receivers from Digital Everywhere which are connected via IEEE 1394 (FireWire). @@ -18,3 +20,4 @@ config DVB_FIREDTV_INPUT def_bool INPUT = y || (INPUT = m && DVB_FIREDTV = m) endif # DVB_FIREDTV +endif # DVB_CORE && FIREWIRE |