summaryrefslogtreecommitdiffstats
path: root/configs
Commit message (Collapse)AuthorAgeFilesLines
* Sync up on adding a bunch of filesLaura Abbott2019-11-134-42/+128
|
* Linux v5.4-rc7-49-g0e3f1ad80fc8Jeremy Cline2019-11-133-0/+3
|
* Revert "Enable VBOXSF_FS for x86"Jeremy Cline2019-11-132-2/+0
| | | | | | This reverts commit 2147ca93975deaf220619e9096e0b84d879febc9. Upstream removed the driver, hopefully it'll make it into 5.5.
* Enable VBOXSF_FS for x86Jeremy Cline2019-11-112-0/+2
| | | | | This is a staging driver that implements the Linux-guest side of folder sharing.
* Enable the Apple SPI driver for keyboard/touchpad (rhbz 1769465)Jeremy Cline2019-11-071-0/+1
| | | | | This enables support for Macbook8,1 and later, along with the MacbookPro13,* and MacbookPro14,*.
* Linux v5.4-rc6-8-g26bc67213424Jeremy Cline2019-11-051-0/+2
|
* Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/kernelPeter Robinson2019-11-044-4/+3
|\
| * Update NR_CPUS for aarch64, powerpc, and s390xJeremy Cline2019-11-044-4/+3
| | | | | | | | | | This aligns the setting with upstream defconfigs along with the ARK configuration.
* | enable iio:MAG3110 on armPeter Robinson2019-11-041-0/+1
|/
* Merge #38 `Disable Sound Open Firmware support on Intel platforms (rhbz ↵Laura Abbott2019-11-0418-18/+1
|\ | | | | | | 1750194)`
| * Disable Sound Open Firmware support on Intel platforms (rhbz 1750194)David Ward2019-10-2918-18/+1
| |
* | arm: minor config updatePeter Robinson2019-11-031-0/+0
| |
* | Enable CONFIG_DEBUG_INFO_BTFLaura Abbott2019-11-011-1/+1
|/
* Enable FS_VERITY (rhbz 1765933)Jeremy Cline2019-10-283-1/+3
| | | | Signed-off-by: Jeremy Cline <jcline@redhat.com>
* Linux v5.4-rc4-85-gf116b96685a0Jeremy Cline2019-10-241-0/+1
|
* Linux v5.4-rc3-99-g0e2adab6cf28Jeremy Cline2019-10-181-0/+1
|
* USB_RIO500 was removed in 5.4-rc3Peter Robinson2019-10-151-1/+0
|
* configs: fix typo "CONFIG_DRM_TDFX=n"Paul Bolle2019-10-141-1/+1
| | | | Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* add forgotten hisi SPI configPeter Robinson2019-10-121-0/+1
|
* arm: be less harsh on the omap/am33xx disable, it's just CRYPTO_DEV_OMAP_AES ↵Peter Robinson2019-10-123-3/+3
| | | | that's broken
* arm64: enable spi flash memory on aarch64 tooPeter Robinson2019-10-114-0/+2
|
* Kconfig symbol cleanup for v5.4-rc1Paul Bolle2019-10-1029-29/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two Kconfig symbols were part of upstream v5.3-rc1 but didn't make it into v5.3 (for reasons I couldn't be bothered to unearth): PREEMPT_LL and SOUNDWIRE_BUS. Remove them from our configuration generation system too. Commit 3e636fe3a695 ("Remove patch for GCC VTA") forgot to clean up the configs/ directory. Do so now. Commit e21e52b60843 ("Linux v5.3-13236-g97f9a3c4eee5") forgot to remove CONFIG_LOCK_DOWN_KERNEL and CONFIG_LOCK_DOWN_KERNEL_FORCE from the configs/ directory. Do so now. Commit 5c0d4daff4a0 ("Remove crash driver") forgot to clean up the configs/ directory. Do so now. There are 22 Kconfig symbols referenced in the files used for configuration generation and in the shipped .config files that were dropped in upstream v5.4-rc1. The references to these symbols can be safely removed. These symbols are: CONFIG_ARM_QCOM_CPUFREQ_KRYO CONFIG_CRYPTO_AEGIS128L CONFIG_CRYPTO_AEGIS128L_AESNI_SSE2 CONFIG_CRYPTO_AEGIS256 CONFIG_CRYPTO_AEGIS256_AESNI_SSE2 CONFIG_CRYPTO_AES_586 CONFIG_CRYPTO_AES_X86_64 CONFIG_CRYPTO_MORUS1280 CONFIG_CRYPTO_MORUS1280_AVX2 CONFIG_CRYPTO_MORUS1280_SSE2 CONFIG_CRYPTO_MORUS640 CONFIG_CRYPTO_MORUS640_SSE2 CONFIG_DRM_TINYDRM CONFIG_HISI_KIRIN_DW_DSI CONFIG_I2C_BCM2048 CONFIG_KEXEC_VERIFY_SIG CONFIG_MFD_CROS_EC_CHARDEV CONFIG_MTD_M25P80 CONFIG_SENSORS_ADS1015 CONFIG_SERIAL_8250_MOXA CONFIG_SGI_IOC4 CONFIG_TINYDRM_MIPI_DBI Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* re-enable HDA sound drivers on PPCDan Horák2019-10-102-0/+2
|
* Enable CONFIG_EFI_TEST as a module (rhbz 1759325)Javier Martinez Canillas2019-10-103-1/+3
| | | | | | The driver is needed for testing purposes, enable it on the architectures where EFI is supported. Also, disallow access to the registered device if the kernel is locked down.
* arm: disable omap crytpo offload drivers as they currently cause issues on ↵Peter Robinson2019-10-084-4/+4
| | | | BeagleBone and related HW
* Enable a few NFT options (rhbz 1651813)Laura Abbott2019-10-073-3/+3
|
* second round of arm 5.4 updatesPeter Robinson2019-10-0320-14/+9
|
* ChromeOS updates v2Peter Robinson2019-10-023-1/+2
|
* minor cleanup of ChromeBook config optionsPeter Robinson2019-10-0218-16/+3
|
* initial Arm 5.4 config updatesPeter Robinson2019-10-0220-13/+12
|
* Linux v5.3-13236-g97f9a3c4eee5Jeremy Cline2019-10-0112-2/+11
| | | | | | | This is a first pass at getting the secureboot patches working with the upstream lockdown patches that got merged. The final patch from our lockdown set is the sysrq patch which also needs work. For the present it is not applied.
* Linux v5.3-12289-g351c8a09b00bJeremy Cline2019-09-251-0/+1
|
* Update KMEMLEAK log size defaultJeremy Cline2019-09-252-1/+1
| | | | | | Upstream renamed the setting to DEBUG_KMEMLEAK_MEM_POOL_SIZE in upstream commit c5665868183f and changed the default to 16000 in upstream commit b751c52bb587.
* Linux v5.3-12025-g4c07e2ddab5bJeremy Cline2019-09-244-0/+4
|
* It seems like maybe EXFAT isn't really ready to turn onJeremy Cline2019-09-248-8/+1
|
* Linux v5.3-11768-g619e17cf75ddJeremy Cline2019-09-2313-1/+13
|
* Linux v5.3-10169-g574cc4539762Jeremy Cline2019-09-2035-1/+35
|
* Linux v5.3-7639-gb41dae061bbdJeremy Cline2019-09-1939-1/+39
|
* Linux v5.3-3839-g35f7a9526615Jeremy Cline2019-09-1818-0/+18
|
* Linux v5.3-2061-gad062195731bJeremy Cline2019-09-1718-0/+18
|
* Drop cpumask auto select patch and set NR_CPUS appropriatelyLaura Abbott2019-09-162-2/+2
| | | | | | | | | | | We've been carrying a patch to make CPUMASK_OFFSTACK selectable without debugging for a long time now. The comment said this was going to be replaced with something else but that never seemed to happen. We're carrying it to have a higher number of CPUs but at this point, adjusting NR_CPUS doesn't really get us that much benfit. Drop the patch and just use 8192 or NR_CPUS on x86. Signed-off-by: Laura Abbott <labbott@redhat.com>
* enable driver for accessing HMC CD/DVD driveDan Horák2019-09-041-0/+1
|
* enable ES8316 audio codec for some Rockchips devicesPeter Robinson2019-08-291-0/+1
|
* enable RTC_DRV_SA1100 on ARMv7Peter Robinson2019-08-281-0/+1
|
* Enable IPVS MH (rhbz 1736266)Laura Abbott2019-08-011-1/+1
|
* Linux v5.3-rc2-60-g5c6207539aeaLaura Abbott2019-08-012-2/+0
| | | | Enable 8250 serial ports
* armv7hl: enable the OLPC XO-1.75 embedded controllerLubomir Rintel2019-08-014-0/+4
|
* Enable IMA Appraisal - related rhbz 790008 1554474Peter Robinson2019-07-319-2/+8
|
* Linux v5.3-rc2Laura Abbott2019-07-291-0/+1
|
* disable DMADEVICES_DEBUG as it's very verbose and aimed as driver devs so ↵Peter Robinson2019-07-271-1/+1
| | | | probably not generally useful for rawhide