summaryrefslogtreecommitdiffstats
path: root/configs/fedora/generic/CONFIG_ISDN_CAPI
Commit message (Collapse)AuthorAgeFilesLines
* kernel-5.11.7-9Justin M. Forbes2021-03-171-1/+0
| | | | | | | | | | | | | | | | | * Wed Mar 17 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.7-9] - Disable weak-modules again rhbz 1828455 (Justin M. Forbes) - More config updates for gcc-plugin turn off (Justin M. Forbes) - fedora: the PCH_CAN driver is x86-32 only (Peter Robinson) - common: disable legacy CAN device support (Peter Robinson) - common: Enable Microchip MCP251x/MCP251xFD CAN controllers (Peter Robinson) - common: Bosch MCAN support for Intel Elkhart Lake (Peter Robinson) - common: enable CAN_PEAK_PCIEFD PCI-E driver (Peter Robinson) - common: disable CAN_PEAK_PCIEC PCAN-ExpressCard (Peter Robinson) - common: enable common CAN layer 2 protocols (Peter Robinson) - ark: disable CAN_LEDS option (Peter Robinson) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* Linux v5.8.4 rebaseJustin M. Forbes2020-08-261-0/+1
| | | | Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* Disable ISDN as upstream is moving to deprecate itPeter Robinson2019-07-251-1/+0
| | | | | | | | | | | | | Some of the ISDN stack was deleted in the 5.3 window as per Paul's cleanup patch. The vast majority of the remainder was moved to staging so let's disable it in Fedora as it's unlikely to be used, and if se we can feed this back to upstream. For reference the main details from upstream are in these commits: 8a7e8ff8ce8a : ISDN removal/move merge overview 6d97985072dc : isdn: move capi drivers to staging 9c3c0c204814 : isdn: remove isdn4linux 85993b8c9786 : isdn: remove hisax driver
* configs: Move base-debug and base-generic to configs/fedoraDon Zickus2018-01-051-0/+1
It was suggested that base-debug and base-generic were not good names to use. Further discussion led to using configs/fedora for the base config files and configs/rhel for any overrides. This patch does a plain mkdir configs/fedora git mv configs/base-{generic,debug} configs/fedora No code changes.