summaryrefslogtreecommitdiff
path: root/target/linux/generic/config-3.9
Commit message (Collapse)AuthorAgeFilesLines
* 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: add some config optionsHauke Mehrtens2013-11-031-0/+6
| | | | | | 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/+4
| | | | | | | | This was spotted by the buildbots. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38604
* kernel: add missing config symbolFelix Fietkau2013-09-271-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38246
* kernel: add another missing symbol for iioFelix Fietkau2013-09-271-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38241
* kernel/3.9: add missing config symbolsGabor Juhos2013-09-261-0/+55
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38216
* package/kernel: add support for industrial-io and AD799xGabor Juhos2013-09-251-0/+36
| | | | | | | | | | | Add support for industrial IO core and (still staging) driver for AD799x, a high precision I2C ADC family. Signed-off-by: Hartmut Knaack <knaack.h@gmx.de> [juhosg: update subject, reformat commit message] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38187
* generic: refresh kernel configs with kconfig.plGabor Juhos2013-08-231-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37831
* kernel: add missing config optionHauke Mehrtens2013-08-021-0/+1
| | | | | | | | brcm47xx does not use CONFIG_B53_SPI_DRIVER, but it could be selected if spi is build as a module Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37656
* kernel: Remove gpio-pwm patchesLars-Peter Clausen2013-07-211-1/+1
| | | | | | | | | 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
* linux: move more ARM_ERRATA symbols to the generic configGabor Juhos2013-07-201-0/+15
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37470
* kernel: add a patch that reduces module size by removing non-essential ↵Felix Fietkau2013-07-111-0/+1
| | | | | | | | information (reduces default rootfs size by ~5k after lzma) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37255
* 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: do not accept sysrq characters via serial portFelix Fietkau2013-07-091-0/+1
| | | | | | | | | many boards have a disconnected TTL level serial which can generate some garbage that can lead to spurious false sysrq detects. Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37210
* linux: refresh kernel configs with kconfig.plGabor Juhos2013-07-081-4/+4
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37195
* 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/generic: add missing regulator symbols for 3.9Zoltan Herpai2013-06-261-0/+20
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 37036
* kernel: add some missing symbols/move them to genericJonas Gorski2013-05-201-0/+3
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36670
* kernel: move CONFIG_MIPS_SEAD3 to genericJonas Gorski2013-05-121-0/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36617
* linux/3.{8,9}: add missing symbolsGabor Juhos2013-04-301-0/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36491
* linux/3.{8,9}: turn on CONFIG_NET_SCH_FQ_CODELGabor Juhos2013-04-301-1/+1
| | | | | | | | It is forced to 'y' since r36342. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36490
* linux/3.9: add missing config symbolGabor Juhos2013-04-191-0/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36365
* refresh kernel configs with kconfig.plGabor Juhos2013-04-061-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36214
* make firmware loading work on v3.9John Crispin2013-04-031-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36158
* add missing symbolsImre Kaloz2013-03-251-0/+3
| | | | SVN-Revision: 36126
* 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 for kernel 3.9Hauke Mehrtens2013-03-201-0/+11
| | | | SVN-Revision: 36097
* kernel: add support for 3.9-rc2Florian Fainelli2013-03-141-0/+3769
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36008