summaryrefslogtreecommitdiff
path: root/target/linux/generic/config-3.8
Commit message (Collapse)AuthorAgeFilesLines
* kernel: refresh kernel configs with kconfig.plGabor Juhos2013-11-041-1/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38642
* 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: add missing symbols for iio on older kernel versionsFelix Fietkau2013-09-271-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38240
* kernel/3.8: add missing config symbolsGabor Juhos2013-09-261-0/+55
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38215
* package/kernel: add support for industrial-io and AD799xGabor Juhos2013-09-251-0/+32
| | | | | | | | | | | 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
* 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 a few missing kernel config symbolsFelix Fietkau2013-06-071-0/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36878
* 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.8: add more missing symbolsGabor Juhos2013-04-061-0/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36228
* linux/3.8: add missing symbolGabor Juhos2013-04-061-0/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36226
* 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/+3
| | | | SVN-Revision: 35945
* linux/3.8: add missing config symbolsGabor Juhos2013-03-101-0/+4
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35931
* kernel: add a missing config symbol for 3.8Felix Fietkau2013-03-091-0/+1
| | | | SVN-Revision: 35910
* linux/3.8: add missing config symbolsGabor Juhos2013-03-031-0/+6
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35861
* linux/3.8: add missing config symbolsGabor Juhos2013-02-211-0/+3
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35726
* linux/3.8: add missing Kconfig symbolsGabor Juhos2013-02-191-0/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35686
* kernel: update linux 3.8-rcX to 3.8Gabor Juhos2013-02-191-0/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35672
* 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: disable CONFIG_CRYPTO_MANAGER2, it is not neededFelix Fietkau2013-01-271-1/+1
| | | | SVN-Revision: 35342
* kernel: add packages for pps and ptp, they are needed by tg3 in kernel 3.8Hauke Mehrtens2013-01-271-0/+1
| | | | SVN-Revision: 35336
* kernel: clean up crypto kconfig options on 3.8Felix Fietkau2013-01-271-4/+4
| | | | SVN-Revision: 35329
* kernel: add missing config options for 3.8Hauke Mehrtens2013-01-241-0/+2
| | | | SVN-Revision: 35315
* generic: add b53 swconfig switch driverJonas Gorski2013-01-231-0/+1
| | | | | | | | | | | | | Add swconfig switch driver for Broadcom BCM53XX switch chips. Supports switches connected through MDIO, SPI or memory mapped registers, and supports BCM5325, BCM539x, BCM531x5 and the BCM63XX internal switch chips. Tested are BCM5325 trough MDIO, BCM53115 through SPI, and BCM6328. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35305
* refresh kernel configs with kconfig.plGabor Juhos2013-01-121-10/+10
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35119
* mvebu: add inital support for Marvell Armada XP/370 SoCsFlorian Fainelli2013-01-081-0/+1
| | | | | | | | | | | | | | | This brings in the initial support for the Marvell Armada XP/370 SoCs. Successfully tested on RD-A370-A1 and DB-MV784MP-GP boards the following interfaces: - Ethernet - SDIO - GPIOs - SATA Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35058
* kernel: add support for 3.8-rc2Florian Fainelli2013-01-081-0/+3725
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35055