summaryrefslogtreecommitdiffstats
path: root/configs
Commit message (Collapse)AuthorAgeFilesLines
* Ensure ioschedulers are built in (rhbz 1690604)Laura Abbott2019-04-012-2/+2
|
* Enable W1_MASTER_GPIO on aarch64 (rbhz #1671934)Jeremy Cline2019-03-251-0/+0
|
* arm: build in some drivers needed by tegra jetson platformsPeter Robinson2019-03-193-3/+3
|
* enable stmmac dwc-qos for tegraPeter Robinson2019-03-191-1/+1
|
* Linux v5.0 rebaseLaura Abbott2019-03-19619-416/+192
|
* Arm config updates and fixes, fixes for Jetson TX seriesPeter Robinson2019-03-1226-11/+20
|
* Disable stackleak pluginLaura Abbott2019-03-051-1/+1
| | | | | | Packaging this is a bit more complicated than expected and lets to errors when building external modules. Turn this off for now until we find a better solution.
* enable COMPAT on aarch64 to enable some legacy usecases on aarch64 with ↵Peter Robinson2019-02-127-2/+6
| | | | containers
* Enable STM 6-axis IMU MEMS sensorsPeter Robinson2019-01-271-1/+1
|
* Update missed CONFIG_88EU_AP_MODE for R8188EU arm changePeter Robinson2019-01-232-1/+1
|
* enable R8188EU on all Arm archesPeter Robinson2019-01-231-0/+0
|
* enable NX engine on ppcDan Horák2019-01-171-1/+1
|
* Linux v4.20.3 rebaseJustin M. Forbes2019-01-17726-516/+200
|
* Linux v4.19.14Jeremy Cline2019-01-091-0/+1
|
* Set CONFIG_REALTEK_PHY=y to workaround realtek ethernet issues (rhbz 1650984)Hans de Goede2018-12-271-1/+1
|
* Update CONFIG_DVB_MAX_ADAPTERS to upstream defaults (changed in 3.7)Justin M. Forbes2018-12-191-1/+1
|
* Minor Arm updates for NXP i.MX 6/7 series devicesPeter Robinson2018-12-126-1/+6
|
* minor AXP PMU cleanup (NFC)Peter Robinson2018-12-123-2/+0
|
* few more minor AllWinner sunxi cleanups, NFCPeter Robinson2018-12-1212-6/+0
|
* Minor cleanups and consolidation of AllWinner configsPeter Robinson2018-12-1252-25/+5
|
* configs: correct cpu accounting configurationPaul Bolle2018-11-305-1/+5
| | | | | | | | | | | | | | | | | | | The shipped .config files all have CONFIG_TICK_CPU_ACCOUNTING and CONFIG_VIRT_CPU_ACCOUNTING_NATIVE set. The x86_64 .config files additionaly have CONFIG_VIRT_CPU_ACCOUNTING_GEN set. This is wrong because each .config should have just one of these three set. As a result the build generates [...]:warning: override: VIRT_CPU_ACCOUNTING_NATIVE changes choice state 24 times and [...]:warning: override: VIRT_CPU_ACCOUNTING_GEN changes choice state 4 times. So let's make sure the shipped .config files only have one of these three Kconfig macros set (ie, the one that's relevant for that .config target). Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* configs: correct memory configurationPaul Bolle2018-11-301-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | The shipped .config files all have CONFIG_FLATMEM_MANUAL and CONFIG_SPARSEMEM_MANUAL set. This is wrong because each .config should have just one of these two set set. (There's also CONFIG_DISCONTIGMEM_MANUAL but Fedora doesn't use that.) As a result the build generates [...]:warning: override: SPARSEMEM_MANUAL changes choice state 24 times. If the configuration generation system drops CONFIG_FLATMEM_MANUAL the warnings go away. And that doesn't change the final .config files that the kernel's build system actually uses. (Two details that very few people will care about: 1. x86/i686 still needs to unset CONFIG_FLATMEM_MANUAL to keep process_configs.sh from killing the build; 2. the kernel build of armv7hl will silently drop CONFIG_SPARSEMEM_MANUAL. Because of that I didn't bother with an explicit override for arm/armv7.) Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* configs: use CONFIG_UNWINDER_ORC only in x86/x86_64Paul Bolle2018-11-301-0/+0
| | | | | | | | | | | | | | | | The shipped .config files for i686 have both CONFIG_UNWINDER_ORC and CONFIG_UNWINDER_FRAME_POINTER set. This is wrong because those .config files should only have CONFIG_UNWINDER_FRAME_POINTER set. As a result the build generates [...]:warning: override: UNWINDER_ORC changes choice state 4 times. Move CONFIG_UNWINDER_ORC to x86/x86_64 to correct this. Note that this doesn't change the final .config files that the kernel's build system actually uses. Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* enable Amlogic Meson GX series pinctrl drivers for arm64Peter Robinson2018-11-274-2/+2
|
* cleanup ENA config a littlePeter Robinson2018-11-273-1/+3
|
* v4.19.4Peter Robinson2018-11-231-0/+0
|
* disable rockcip PCIE again for f29Peter Robinson2018-11-212-2/+2
|
* Turn on CONFIG_PINCTRL_GEMINILAKE on x86_64 (rhbz#1639155)Hans de Goede2018-11-201-1/+1
|
* Linux v4.19.2Jeremy Cline2018-11-14198-13/+190
|
* Fix network on some i.MX6 devices (rhbz 1628209)Peter Robinson2018-10-205-5/+4
|
* emable SCSI_MPT3SAS on ARMPeter Robinson2018-10-051-1/+0
|
* fix regression in Jetson TK1Peter Robinson2018-10-021-1/+1
|
* enable mpu6500 iio driver on armPeter Robinson2018-10-022-0/+2
|
* Disable CONFIG_CRYPTO_DEV_SP_PSP (rhbz 1608242)Laura Abbott2018-10-011-1/+1
|
* Change CONFIG_SSB back to a module (rhbz #1572349)Jeremy Cline2018-09-281-1/+1
|
* rockchips: disable pcie while we work out what's going onPeter Robinson2018-09-261-1/+1
|
* fix boot on a number of Rockchips based devicesPeter Robinson2018-09-254-4/+3
|
* more minor ARM tweaksPeter Robinson2018-09-164-2/+2
|
* a few minor ARM config tweaksPeter Robinson2018-09-1613-7/+4
|
* Build TCG_TIS_I2C_INFINEON on all ARMPeter Robinson2018-09-161-0/+0
|
* Use the CPU RNG for entropy (rhbz 1572944)Laura Abbott2018-09-131-0/+1
|
* drop redundant spectre v2 mitigation (rhbz#1627915)Dan Horák2018-09-134-2/+3
|
* remove deleted omap optionPeter Robinson2018-09-131-1/+0
|
* enable QCom IPC router bitsPeter Robinson2018-08-293-1/+3
|
* build in the HW crc32 module, it's almost everywhere, even in the RPi, and ↵Peter Robinson2018-08-281-1/+1
| | | | now aarch664 requirement
* enable a couple of iio sensorsPeter Robinson2018-08-202-2/+2
|
* Add fix and re-enable BPF JIT on ARMv7Peter Robinson2018-08-172-2/+0
|
* Cleanup some old config options, remove DRM drivers hidden behind ↵Peter Robinson2018-08-1612-12/+2
| | | | DRM_LEGACY, tweak module filters a little (fpga, iio, few other bits), minor find optimisation
* Bring back AEGIS and MORUS ciphers (rhbz 1610180)Jeremy Cline2018-08-1611-11/+11
|
* Drop PPC64 (Big Endian) configs, this is a basic drop, the over all power64 ↵Peter Robinson2018-08-15102-106/+0
| | | | could likely do with some other cleanup