# SPDX-License-Identifier: GPL-2.0-only if DVB_CORE && FIREWIRE comment "FireWire (IEEE 1394) Adapters" config DVB_FIREDTV tristate "FireDTV and FloppyDTV" help Support for DVB receivers from Digital Everywhere which are connected via IEEE 1394 (FireWire). These devices don't have an MPEG decoder built in, so you need an external software decoder to watch TV. To compile this driver as a module, say M here: the module will be called firedtv. if DVB_FIREDTV config DVB_FIREDTV_INPUT def_bool INPUT = y || (INPUT = m && DVB_FIREDTV = m) endif # DVB_FIREDTV endif # DVB_CORE && FIREWIRE go'/> index : kernel
Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/kernel/time/tick-broadcast.c
AgeCommit message (Expand)Author
2023-01-13cpuidle: Fix ct_idle_*() usagePeter Zijlstra
2021-05-31timer_list: Print name of per-cpu wakeup deviceWill Deacon
2021-05-31tick/broadcast: Program wakeup timer when entering idle if requiredWill Deacon
2021-05-31tick/broadcast: Prefer per-cpu oneshot wakeup timers to broadcastWill Deacon
2021-05-31tick/broadcast: Split __tick_broadcast_oneshot_control() into a helperWill Deacon
2021-05-31tick/broadcast: Drop unneeded CONFIG_GENERIC_CLOCKEVENTS_BROADCAST guardWill Deacon
2021-04-16tick/broadcast: Allow late registered device to enter oneshot modeJindong Yue
2021-03-22timekeeping, clocksource: Fix various typos in commentsIngo Molnar
2020-11-19tick: Get rid of tick_periodThomas Gleixner
2020-11-19tick/broadcast: Serialize access to tick_next_periodThomas Gleixner
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva