1e0566fd4a
-----BEGIN PGP SIGNATURE----- iQFSBAABCAA8FiEEq68RxlopcLEwq+PEeb4+QwBBGIYFAlzrJgUeHHRvcnZhbGRz QGxpbnV4LWZvdW5kYXRpb24ub3JnAAoJEHm+PkMAQRiG1XAIAJajJpeKc9MVQipi zWiI+WgHDg8gG/HnLKzP2Zp4MUjTCz30t0rnBbdo6AyK6LnPBL53yxg9q64XN7vI p/h2ys+/DvqhIYSPWX6C++HYQT4Cb5ghxJABEIsztd3G4nfB9L2vgq9zKSNFusTD UtfUxufciZPX515TuE4IqWMwS4Ut5daH7V3jjZunhPiayTFv64e1KbpKLLzHR0NR DfFbrPcdp7VyCT/A5AKrqfqeB6O9dm/Fe4CsdsaKuzASCXJ6GUc/A7iZDndv/KA4 f5Xh7SGlQ2TfT1ud/aMfdw3AcMjqB8zgMJenovJ7UuHDfULBWNeAmMh/cTDwY9eY Xgyvfm0= =S8p9 -----END PGP SIGNATURE----- Merge tag 'v5.2-rc2' into patchwork Merge back from upstream into media tree, as there are some patches merged upstream that has pontential of causing conflicts (one actually rised a conflict already). Linux 5.2-rc2 * tag 'v5.2-rc2': (377 commits) Linux 5.2-rc2 random: fix soft lockup when trying to read from an uninitialized blocking pool tracing: Silence GCC 9 array bounds warning ext4: fix dcache lookup of !casefolded directories locking/lock_events: Use this_cpu_add() when necessary KVM: x86: fix return value for reserved EFER tools/kvm_stat: fix fields filter for child events KVM: selftests: Wrap vcpu_nested_state_get/set functions with x86 guard kvm: selftests: aarch64: compile with warnings on kvm: selftests: aarch64: fix default vm mode kvm: selftests: aarch64: dirty_log_test: fix unaligned memslot size KVM: s390: fix memory slot handling for KVM_SET_USER_MEMORY_REGION KVM: x86/pmu: do not mask the value that is written to fixed PMUs KVM: x86/pmu: mask the result of rdpmc according to the width of the counters x86/kvm/pmu: Set AMD's virt PMU version to 1 KVM: x86: do not spam dmesg with VMCS/VMCB dumps kvm: Check irqchip mode before assign irqfd kvm: svm/avic: fix off-by-one in checking host APIC ID KVM: selftests: do not blindly clobber registers in guest asm KVM: selftests: Remove duplicated TEST_ASSERT in hyperv_cpuid.c ...
48 lines
1.8 KiB
Plaintext
48 lines
1.8 KiB
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config DVB_DDBRIDGE
|
|
tristate "Digital Devices bridge support"
|
|
depends on DVB_CORE && PCI && I2C
|
|
select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_STV6110x if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_STV090x if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_DRXK if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_TDA18271C2DD if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_STV0367 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_CXD2841ER if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_STV0910 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_STV6111 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_LNBH25 if MEDIA_SUBDRV_AUTOSELECT
|
|
select MEDIA_TUNER_TDA18212 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_MXL5XX if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_CXD2099 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_DUMMY_FE if MEDIA_SUBDRV_AUTOSELECT
|
|
help
|
|
Support for cards with the Digital Devices PCI express bridge:
|
|
- Octopus PCIe Bridge
|
|
- Octopus mini PCIe Bridge
|
|
- Octopus LE
|
|
- DuoFlex S2 Octopus
|
|
- DuoFlex CT Octopus
|
|
- cineS2(v6)
|
|
- CineCTv6 and DuoFlex CT (STV0367-based)
|
|
- CineCTv7 and DuoFlex CT2/C2T2/C2T2I (Sony CXD28xx-based)
|
|
- MaxA8 series
|
|
- CineS2 V7/V7A and DuoFlex S2 V4 (ST STV0910-based)
|
|
- Max S4/8
|
|
|
|
Say Y if you own such a card and want to use it.
|
|
|
|
config DVB_DDBRIDGE_MSIENABLE
|
|
bool "Enable Message Signaled Interrupts (MSI) per default (EXPERIMENTAL)"
|
|
depends on DVB_DDBRIDGE
|
|
depends on PCI_MSI
|
|
help
|
|
Use PCI MSI (Message Signaled Interrupts) per default. Enabling this
|
|
might lead to I2C errors originating from the bridge in conjunction
|
|
with certain SATA controllers, requiring a reload of the ddbridge
|
|
module. MSI can still be disabled by passing msi=0 as option, as
|
|
this will just change the msi option default value.
|
|
|
|
If you're unsure, concerned about stability and don't want to pass
|
|
module options in case of troubles, say N.
|