summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/config-3.3
Commit message (Collapse)AuthorAgeFilesLines
* 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
* kernel: make tracing support configurableFelix Fietkau2012-06-061-0/+3
| | | | SVN-Revision: 32085
* adds patch to make Tantos (psb6970) switch buildable againJohn Crispin2012-05-301-0/+1
| | | | SVN-Revision: 32006
* generic: rtl8366_smi: rename debugfs Kconfig symbolGabor Juhos2012-05-271-1/+1
| | | | SVN-Revision: 31915
* kernel: add some missing config options added by r31756Hauke Mehrtens2012-05-171-0/+2
| | | | SVN-Revision: 31774
* linux/3.3: add missing symbolGabor Juhos2012-05-161-0/+1
| | | | SVN-Revision: 31748
* linux: add CONFIG_POWER_SUPPLY_DEBUG symbolGabor Juhos2012-05-151-0/+1
| | | | | | It was missing in the previous commit. SVN-Revision: 31738
* linux: move certain disabled symbols to the generic configsGabor Juhos2012-05-151-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CONFIG_ARCH_DMA_ADDR_T_64BIT * CONFIG_ARCH_HAS_ILOG2_U32 * CONFIG_ARCH_HAS_ILOG2_U64 * CONFIG_ARCH_PHYS_ADDR_T_64BIT * CONFIG_ARCH_SUPPORTS_MSI * CONFIG_GENERIC_CPU_DEVICES * CONFIG_HWMON_DEBUG_CHIP * CONFIG_I2C_PXA_PCI * CONFIG_LEDS_GPIO * CONFIG_MINIX_FS_NATIVE_ENDIAN * CONFIG_MLX4_CORE * CONFIG_POWER_SUPPLY * CONFIG_POWER_SUPPLY_DEBUG * CONFIG_QUOTACTL * CONFIG_SDIO_UART * CONFIG_SENSORS_K10TEMP * CONFIG_SENSORS_SCH56XX_COMMON * CONFIG_SENSORS_VIA_CPUTEMP * CONFIG_SERIO_AMBAKMI * CONFIG_SERIO_I8042 * CONFIG_SERIO_LIBPS2 * CONFIG_SERIO_PCIPS2 * CONFIG_SERIO_RAW * CONFIG_SERIO_SERPORT * CONFIG_SPI_BITBANG * CONFIG_SPI_GPIO SVN-Revision: 31737
* linux/3.3: more missing config symbolsGabor Juhos2012-05-141-0/+3
| | | | SVN-Revision: 31713
* kernel: add CONFIG_BLK_DEV_PCIESSD_MTIP32XXHauke Mehrtens2012-05-141-0/+1
| | | | SVN-Revision: 31710
* linux/3.3: add missing RTC symbolGabor Juhos2012-05-091-0/+1
| | | | SVN-Revision: 31654
* linux/3.3: add more missing symbolsGabor Juhos2012-05-021-0/+2
| | | | SVN-Revision: 31552
* linux/3.3: add more missing symbolsGabor Juhos2012-05-011-0/+7
| | | | SVN-Revision: 31548
* linux/3.3: yet another missing symbolGabor Juhos2012-04-291-0/+1
| | | | | | Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 31527
* linux: move CONFIG_BOOKE_WDT to the generic configGabor Juhos2012-04-291-0/+1
| | | | SVN-Revision: 31520
* linux/3.3: yet another missing symbolGabor Juhos2012-04-271-0/+1
| | | | SVN-Revision: 31488
* kernel: add some more missing kernel config symbolsJonas Gorski2012-04-241-0/+8
| | | | SVN-Revision: 31458
* enable NF_CONNTRACK_PROCFS for Linux 3.3, required for ↵Jo-Philipp Wich2012-04-241-1/+1
| | | | | | /proc/net/nf_conntrack (#11339) SVN-Revision: 31454
* Add a missing symbol for config-3.3Claudio Mignanti2012-04-201-0/+1
| | | | | | Signed-off-by: Claudio Mignanti <c.mignanti@gmail.com> SVN-Revision: 31373
* add missing symbolsImre Kaloz2012-04-091-0/+4
| | | | SVN-Revision: 31231