summaryrefslogtreecommitdiffstats
path: root/config-generic
Commit message (Collapse)AuthorAgeFilesLines
* CONFIG_DEBUG_SET_MODULE_RONX should always be set.Dave Jones2012-01-041-0/+1
|
* Reenable debugging options.Dave Jones2012-01-041-3/+3
|
* Disable debugging options.Dave Jones2012-01-041-3/+3
|
* Disable unnecessary CONFIG_NET_DCCPPROBEDave Jones2011-12-281-1/+1
|
* This should never be =yDave Jones2011-12-191-1/+1
|
* Disable IMA. (Forces TPM on, which may be undesirable: See 733964, 746097)Dave Jones2011-12-191-1/+1
| | | | Move TPM modules to modules-extra
* Change configfs to be built-in. (rhbz 767432)Dave Jones2011-12-141-1/+1
|
* Enabled the in-kernel idmapper.Dave Jones2011-12-141-1/+1
| | | | keyring: allow special keyrings to be cleared
* disable FDDI/SKFPDave Jones2011-12-131-2/+2
|
* CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is still broken.Dave Jones2011-12-071-0/+1
| | | | This is just too much of a pain in the ass. Turn it off for good.
* Enable CONFIG_BSD_ACCT_V3. Should be safe since psacct-6.5.4-4.fc14.Dave Jones2011-12-051-1/+1
|
* Fixup some new DRM_PSB options now that we enabled itJosh Boyer2011-12-021-0/+3
| | | | All of these are the "embedded" Intel platforms, which we don't care about
* Enable Poulsbo DRM.Dave Jones2011-12-021-2/+2
|
* Linux 3.2-rc2-git5 (upstream 6fe4c6d466e9)Josh Boyer2011-11-211-0/+1
| | | | | Disable PM_DEVFREQ as it seems to be embedded (ARM?) specific even though the Kconfig dependencies don't mark it as such any longer.
* Linux 3.2-rc2-git3 (upstream 15bd1cfb3055)Josh Boyer2011-11-181-66/+38
| | | | | Disable various fb and drm drivers that don't have xorg equivalents per ajax Other minor config cleanup
* Remove overlap between bcma/b43 and brcmsmac and reenable bcm4331John W. Linville2011-11-111-1/+6
|
* Linux 3.2-rc1-git1 (upstream 19e0bafc36a)Josh Boyer2011-11-091-2/+3
| | | | Enable the brcm80211 modules now that they have left staging
* Linux 3.2-rc1Josh Boyer2011-11-081-0/+1
| | | | | From kernel.org this time, not git generated locally: http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.2-rc1.bz2
* Linux 3.1-git7 (upstream 31555213f)Josh Boyer2011-11-071-0/+2
|
* Linux 3.1-git6 (upstream 1a67a573b8d)Josh Boyer2011-11-041-1/+3
| | | | | Make CONFIG_EDAC_SBRIDGE only build on x86_64 since it has 64-bit divide errors on 32-bit kernels.
* Linux 3.1-git5 (upstream 43672a0784707)Josh Boyer2011-11-031-0/+8
|
* Linux 3.1-git4 (upstream dc47d3810cdc)Josh Boyer2011-11-011-3/+17
|
* Linux 3.1-git3. Happy Halloween.Josh Boyer2011-10-311-0/+6
|
* Linux 3.1-git2 snapshot (upstream f362f98e7c)Josh Boyer2011-10-281-0/+2
|
* don't set DEBUG_BLK_CGROUP twice, it'll be toggled by debug/releaseKyle McMartin2011-10-271-1/+0
|
* some dvb config changes noticed during kconfig reviewKyle McMartin2011-10-271-17/+2
|
* Linux 3.1-git1 (138c4ae9cfda upstream)Josh Boyer2011-10-261-125/+207
| | | | | | First take on the upcomming Linux 3.2 kernel. The moving of the ethernet drivers into vendor subdirectories caused a lot of churn in config-generic, but hopefully it's a bit cleaner now.
* Disable CC_OPTIMIZE_FOR_SIZE on config-genericKyle McMartin2011-10-261-1/+1
|
* Enable CONFIG_IP_VS_IPV6 supportNeil Horman2011-09-141-1/+1
|
* Drop obsolete config optionsChuck Ebbert2011-09-081-130/+1
|
* fix up some config warningsDave Jones2011-08-271-5/+1
|
* Enable CONFIG_DETECT_HUNG_TASK for debug builds & rawhide.Dave Jones2011-08-261-1/+0
|
* 3.1-rc2-git7 snapshot. Fix provides/obsoletes for cpupowerutils-develJosh Boyer2011-08-201-0/+2
|
* 3.1-rc2-git5 snapshotJosh Boyer2011-08-191-1/+1
| | | | Make XHCI builtin, add a patch to fix a race in the crypto framework
* 3.1-rc1-git6 snapshot. Make ide_pmac a moduleJosh Boyer2011-08-111-0/+1
|
* these should have been in x86-generic, not all-genericDave Jones2011-08-091-4/+0
|
* Split out the 32bit only options from x86-32Dave Jones2011-08-091-2/+6
| | | | | | Remove unnecessary duplicates, consolidate. This should reduce having to set the same option twice on 32/64.
* Deselect CONFIG_DECNET. Unmaintained, and rubbish.Dave Jones2011-08-051-3/+1
|
* Disable CONFIG_BCMA since no driver currently uses it (rhbz 727796)John W. Linville2011-08-031-3/+1
|
* Change USB_SERIAL_OPTION back to modular. (rhbz 727680)Dave Jones2011-08-021-1/+1
|
* 3.0-git14 snapshotJosh Boyer2011-08-011-0/+5
| | | | Add scary cow back to remind people we're branched now
* 3.0-git12 snapshotJosh Boyer2011-07-301-0/+11
|
* 3.0-git11 snapshotJosh Boyer2011-07-291-0/+1
| | | | Add patch from linux-next to fix udlfb binding (rhbz 726163)
* 3.0-git9 snapshotJosh Boyer2011-07-271-0/+14
|
* 3.0-git3 snapshotKyle McMartin2011-07-251-0/+17
| | | | | | Testing that this part of the spec still works... Hopefully the next release is indeed 3.1.0...
* Use ext4 for ext2 and ext3 filesystemsChuck Ebbert2011-07-211-12/+4
|
* Switch BLK_DEV_RAM to be modular (rhbz 720833)Dave Jones2011-07-211-1/+1
|
* Bring back utrace until uprobes gets merged upstream.Dave Jones2011-07-151-0/+2
|
* Change BINFMT_MISC to be modular. (rhbz 695415)Dave Jones2011-07-111-1/+1
|
* Centralise CPU_FREQ options into config-generic.Dave Jones2011-07-071-0/+12
| | | | Switch to using ondemand by default. (rhbz 713572)