summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/config-3.3
Commit message (Collapse)AuthorAgeFilesLines
* kernel: remove linux 3.3 patches and configFelix Fietkau2015-01-241-3527/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44109
* kernel: add SECCOMP to menuconfigJohn Crispin2015-01-081-1/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43888
* all targets: remove all =m kernel config symbolsFelix Fietkau2015-01-051-1/+0
| | | | | | | | | | | | modules build during the kernel compile phase are ignored anyway, all modules should be built using KernelPackage in package/kernel/linux/modules/* selecting the appropriate config symbols there rather than in target/linux/*/config-* Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43842
* kernel: add missing config optionsHauke Mehrtens2014-07-051-0/+2
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41521
* kernel: add missing config optionHauke Mehrtens2014-07-031-0/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41499
* kernel: disable CONFIG_IRQ_ALL_CPUS by defaultJohn Crispin2014-07-021-0/+1
| | | | | | | | this fixes the mpc85xx build error Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41477
* kernel: add missing config optionsHauke Mehrtens2014-05-021-0/+1
| | | | | | | | These options are missing and were spotted by the buildbots. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 40661
* kernel: deactivate fs cache config optionHauke Mehrtens2014-04-281-0/+2
| | | | | | | | | r40587 added some kernel config options, on which these two ones depend. This fixes the build of the buildbots. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 40588
* kernel/3.3: remove yaffs supportGabor Juhos2013-12-161-1/+0
| | | | | | | | It is not used by any platform. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39081
* kernel: add some config optionsHauke Mehrtens2013-11-031-0/+5
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38640
* kernel: add missing config optionsHauke Mehrtens2013-11-011-0/+1
| | | | | | | | The buildbots found some new missing config options. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38633
* kernel: add some missing config optionsHauke Mehrtens2013-10-301-0/+2
| | | | | | | | This was spotted by the buildbots. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38604
* kernel: add default config for ARM_ERRATA symbols for kernel 3.3Hauke Mehrtens2013-10-101-0/+13
| | | | | | | | Commit r37470 did not add a default conig for the ARM_ERRATA symbols for kernel 3.3. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38352
* kernel: add missing config optionsHauke Mehrtens2013-08-021-0/+2
| | | | SVN-Revision: 37660
* kernel: Remove gpio-pwm patchesLars-Peter Clausen2013-07-211-1/+0
| | | | | | | | | There is no platform using the gpio-pwm driver, yet these patches break the generic PWM framework that is in upstream. So just remove them. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> SVN-Revision: 37490
* kernel: disable CONFIG_RD_LZMA by default, it will be selected when actually ↵Felix Fietkau2013-07-111-1/+1
| | | | | | | | needed Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37253
* kernel: disable CONFIG_CLS_U32_PERF by default, it is usually not neededFelix Fietkau2013-07-111-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37252
* kernel: disable zisofs and zlib by default, reduces kernel size after lzma ↵Felix Fietkau2013-07-061-3/+3
| | | | | | | | by ~10k Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37187
* kernel: add global menuconfig option to enable kexec supportFelix Fietkau2013-06-281-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37073
* kernel: add missing config options for au1000 targetHauke Mehrtens2013-03-241-0/+4
| | | | SVN-Revision: 36115
* kernel: add missing CONFIG_BLK_DEV_IDE_AU1XXX config option.Hauke Mehrtens2013-03-211-0/+1
| | | | SVN-Revision: 36102
* kernel: add some missing config options found by the buildbot.Hauke Mehrtens2013-03-101-0/+1
| | | | SVN-Revision: 35945
* kernel: add missing config optionsJonas Gorski2013-02-161-0/+1
| | | | | | | | | r35336 exposed PTP, which has additional drivers on ixp4xx, causing it to not build with PTP enabled. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35611
* kernel: add packages for pps and ptp, they are needed by tg3 in kernel 3.8Hauke Mehrtens2013-01-271-0/+6
| | | | SVN-Revision: 35336
* refresh kernel configs with kconfig.plGabor Juhos2013-01-121-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35119
* kernel: update bcma and ssb to master-2013-01-09 from wireless-testingHauke Mehrtens2013-01-101-0/+2
| | | | SVN-Revision: 35080
* kernel: add missing config symbolFelix Fietkau2013-01-061-0/+3
| | | | SVN-Revision: 35021
* generic: add some missing kernel config symbols spotted on x86Jo-Philipp Wich2013-01-021-0/+2
| | | | SVN-Revision: 34981
* kernel: add missing USB configuration symbols after r34501Florian Fainelli2012-12-071-0/+2
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34568
* add CONFIG_GPIO_PL061 config symbolFlorian Fainelli2012-12-061-0/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34555
* kernel: add CONFIG_BCMA_POSSIBLE=y to generic config as it is set in most of ↵Hauke Mehrtens2012-11-251-0/+1
| | | | | | the target configs. SVN-Revision: 34330
* kernel: add CONFIG_XZ_DEC=y to genericHauke Mehrtens2012-11-181-1/+1
| | | | | | CONFIG_SQUASHFS_XZ selects CONFIG_XZ_DEC so this could also be moved. SVN-Revision: 34249
* kernel: add a few missing config symbols for x86. added to generic config ↵Felix Fietkau2012-10-251-0/+4
| | | | | | because of dependencies, so that kernel_menuconfig does not remove them again SVN-Revision: 33923
* kernel: refresh config files using kconfig.plFelix Fietkau2012-10-251-57/+55
| | | | SVN-Revision: 33922
* generic: add driver for the the RTL8367R{B,-VB} switchesGabor Juhos2012-10-181-0/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33839
* gpiodev/gpioctl RIPJohn Crispin2012-10-111-1/+0
| | | | SVN-Revision: 33725
* The Gateworks System Controller (GSC) is an i2c device that provides system ↵Imre Kaloz2012-10-111-0/+1
| | | | | | | | level monitoring and control of Gateworks boards. It is used on several product families spanning several different target architectures (ixp4xx, cns3xxx, davinci). Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33720
* generic: enable CONFIG_USB_EHCI_TT_NEWSCHEDGabor Juhos2012-09-271-1/+1
| | | | | | | | | | This feature was experimental in old kernels but that flag has been removed in 2.6.36. Additionally, the option is enabled by default since then. See: http://www.spinics.net/lists/linux-usb/msg31993.html SVN-Revision: 33574
* kernel: increase log buffer sizeFelix Fietkau2012-09-221-1/+1
| | | | SVN-Revision: 33515
* kernel: enable perf events when enabling profiling, fixes oprofile on armFelix Fietkau2012-09-201-0/+1
| | | | SVN-Revision: 33497
* generic: add MTD_NAND_AR934X symbolGabor Juhos2012-09-131-0/+1
| | | | SVN-Revision: 33384
* generic: move GENERIC_PWM symbol into the generic configGabor Juhos2012-09-131-0/+1
| | | | SVN-Revision: 33383
* add config option CONFIG_I2C_MV64XXX to fix kirkwood buildHauke Mehrtens2012-07-281-0/+1
| | | | SVN-Revision: 32898
* add more USB-related config symbolsFlorian Fainelli2012-07-261-0/+20
| | | | SVN-Revision: 32883
* add yet another framebuffer symbolFlorian Fainelli2012-07-251-0/+1
| | | | SVN-Revision: 32844
* add unset CONFIG_FB_XGI to fix fullbuildsJohn Crispin2012-07-251-0/+1
| | | | SVN-Revision: 32836
* add missing framebuffer related symbolsFlorian Fainelli2012-07-241-0/+3
| | | | SVN-Revision: 32804
* kernel: switch openwrt default to TCP cubic from westwood (patch by Dave Täht)Felix Fietkau2012-06-271-4/+4
| | | | | | | | | | | | | | | | | | | | | | Despite Westwood's theoretical advantages, in nearly every benchmark we ran last year, TCP cubic won, whether it be on correct RTT estimates, amount of buffering, responsiveness, etc. on current hardware and software designs. (both need timestamps on to work well, besides) TCP cubic is better maintained and understood than westwood, also. While a scenario where westwood would win possibly exists, there is too much buffering in the wifi stack in particular at present, to see any improvement. If you wish to exercise various TCPs under contention, the current svn head of netperf (2.6) has options to switch congestion control agorithms on the fly, as does iperf. SVN-Revision: 32514
* kernel: add missing config symbolFelix Fietkau2012-06-241-0/+1
| | | | SVN-Revision: 32498
* kernel: add a few more tracing related symbolsFelix Fietkau2012-06-061-0/+2
| | | | SVN-Revision: 32094