summaryrefslogtreecommitdiffstats
path: root/baseconfig
Commit message (Collapse)AuthorAgeFilesLines
* remove baseconfig, obsoletePeter Robinson2018-01-081-1/+0
|
* Oh whoops this was untrackedLaura Abbott2018-01-041-0/+1
|
* configs: Rename config directories to sub-directoryDon Zickus2017-11-1310075-10078/+0
| | | | | | | | | | | | | | | | | | | | | | As part of an effort to foster better cross collaboration with internal Red Hat kernels, align the configs layout to match that kernel. This will allow Red Hat engineers to provide easier guidance on how to set various config options. In addition, the scripts that process the config options will migrate to the configs/ directory too in later patches. Future config workflows will stage all work in the configs/ area. A simple diff between the kernels will easily expose which config options are different. Reading the comments in the file provides guidance to Fedora to determine if that kernel should make a similar change or not. Rename debugconfig -> configs/base-debug Rename baseconfig -> configs/base-generic Rename configs/base-generic/arm/arm64 -> configs/base-generic/arm/aarch64 No code changes made.
* Enable IS31FL32xx LED driverPeter Robinson2017-11-041-1/+1
|
* Linux v4.14-rc7-47-g3a99df9a3d14Justin M. Forbes2017-11-021-1/+1
|
* Stop setting CONFIG_MAXSMP and adjust NR_CPUSLaura Abbott2017-10-312-2/+2
| | | | | | | During the Kconfig factor, CONFIG_MAXSMP was set for all builds instead of just debug builds. This bumps the NR_CPUs up to 8192 which is far more than anyone actually needs for Fedora. Stop setting CONFIG_MAXSMP on non-debug configs and adjust NR_CPUs back to what it was before.
* Linux v4.14-rc7Justin M. Forbes2017-10-301-1/+1
|
* arm64: minor cleanups for mvebuPeter Robinson2017-10-262-1/+0
|
* Linux v4.14-rc5-31-g73d3393ada4fJustin M. Forbes2017-10-193-0/+3
|
* Turn off DCCPLaura Abbott2017-10-191-1/+1
| | | | | | | The DCCP protocol has had a number of bugs recently and people keep finding more. It hasn't been well maintained and there is talk of removing it from the kernel. It doesn't seem to be highly used so just turn it off.
* minor arm64 allwinner config tweakPeter Robinson2017-10-151-0/+0
|
* minor cleanupsPeter Robinson2017-10-153-2/+2
|
* drop retired option MMC_BLOCK_BOUNCEPeter Robinson2017-10-121-1/+0
|
* fix and re-enable the socionext NICPeter Robinson2017-10-101-1/+1
|
* drop the extra space to make SNI_NETSEC a valid configPeter Robinson2017-10-091-1/+1
|
* Enable KASLR on aarch64Peter Robinson2017-10-093-2/+3
|
* disable SNI NIC driver for the moment, ftb on 4.14Peter Robinson2017-10-091-1/+1
|
* minor cleanup, NFCPeter Robinson2017-10-091-0/+0
|
* Initial support for Socionext Synquacer platformPeter Robinson2017-10-066-0/+6
|
* minor ARMv7 sunxi tweaksPeter Robinson2017-10-022-0/+2
|
* Linux v4.14-rc3Justin M. Forbes2017-10-021-0/+1
|
* the HP CISS driver has been replaced by hpsa with appropriate aliases so ↵Peter Robinson2017-10-023-3/+0
| | | | drop old config
* drop ppc64p7 kernel options, not supported in F-26+ and never in dnf (NFC)Peter Robinson2017-10-016-6/+0
|
* disable a number of unused PATA/SATA drivers on ARM, don't build x86 specificPeter Robinson2017-10-0171-14/+66
| | | | drivers on other arches, minor tweaks to other arch specific configs
* no need to duplicate CRYPTO_GCM CRYPTO_GHASH for ARM, we use the same as all ↵Peter Robinson2017-10-012-2/+0
| | | | arches (NFC)
* Linux v4.14-rc2-201-g35dbba31be52Justin M. Forbes2017-09-294-2/+4
|
* arm: minor config cleanups and tweaksPeter Robinson2017-09-289-5/+0
|
* cleanup some deprecated options, minor arm config tweaksPeter Robinson2017-09-2415-7/+7
|
* Disable CONFIG_VIRTIO_BLK_SCSILaura Abbott2017-09-191-1/+1
| | | | | Per comments from Christoph Hellwig lkml.kernel.org/r/<20170917235731.GA31789@infradead.org>
* Linux v4.14-rc1Justin M. Forbes2017-09-187-0/+7
|
* Enable Tegra 186Peter Robinson2017-09-151-1/+1
|
* Linux v4.13-11811-g46c1e79fee41Justin M. Forbes2017-09-144-0/+4
|
* Linux v4.13-11559-g6d8ef53e8b2fJustin M. Forbes2017-09-131-0/+1
|
* Enable Physlink/SFP functionality, minor cleanups, Tegra DRM FTB fixPeter Robinson2017-09-126-1/+5
|
* Turn off BATTERY_MAX1721X as I don't think it is needed and it brings in ↵Justin M. Forbes2017-09-111-1/+1
| | | | regmap-w1
* Raspberry Pi serial console fixes, minor other Pi improvements, Various ARM ↵Peter Robinson2017-09-1116-8/+7
| | | | cleanups, build mmc/pwrseq non modular
* Linux v4.13-11197-gf007cad159e9Justin M. Forbes2017-09-1111-0/+11
|
* Only build ParPort support on x86, ARM and s390x long disabled it, only PPC ↵Peter Robinson2017-09-0921-9/+6
| | | | HW that shipped it was long prior to anything we remotely support
* Linux v4.13-9219-g015a9e66b9b8Justin M. Forbes2017-09-0830-4/+23
|
* Linux v4.13-6657-g3b9f8ed25dbeJustin M. Forbes2017-09-0722-2/+22
|
* Linux v4.13-4257-ge7d0c41ecc2eJustin M. Forbes2017-09-0633-1/+33
|
* minor ARM tweaksPeter Robinson2017-09-043-2/+1
|
* add missing configPeter Robinson2017-08-311-0/+1
|
* Disable Infiniband/RDMA on ARMv7 as we no longer have userspace toolsPeter Robinson2017-08-3133-0/+32
|
* Fix up -CONFIG_USB_CONFIGFS_F_HIDJustin M. Forbes2017-08-291-1/+1
|
* Enable CONFIG_USB_CONFIGFS_F_HID on ARM (RHBZ#1421696)robert2017-08-281-1/+1
| | | Enable CONFIG_USB_CONFIGFS_F_HID on ARM as per https://bugzilla.redhat.com/show_bug.cgi?id=1421696#c2
* Only enable GPIO_IT87 on x86, it's not used on other archesPeter Robinson2017-08-222-1/+2
|
* Enable GPIO_IT87 (rhbz 1483535)Justin M. Forbes2017-08-211-1/+1
|
* Add missing config dependencyLaura Abbott2017-08-171-0/+1
|
* Enable CONFIG_DRM_VBOXVIDEO=m on x86, CONFIG_R8188EU=m on x86_64Hans de Goede2017-08-162-0/+2
|