Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) if DVB_CORE && FIREWIRE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) comment "FireWire (IEEE 1394) Adapters"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) config DVB_FIREDTV
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 	tristate "FireDTV and FloppyDTV"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	  Support for DVB receivers from Digital Everywhere
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	  which are connected via IEEE 1394 (FireWire).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 	  These devices don't have an MPEG decoder built in,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	  so you need an external software decoder to watch TV.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	  To compile this driver as a module, say M here:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	  the module will be called firedtv.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) if DVB_FIREDTV
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) config DVB_FIREDTV_INPUT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	def_bool INPUT = y || (INPUT = m && DVB_FIREDTV = m)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) endif # DVB_FIREDTV
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) endif # DVB_CORE && FIREWIRE