aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/config-3.3
Commit message (Collapse)AuthorAgeFilesLines
* 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
* kernel: add some more additional missing config symbols for 3.2 and 3.3Jonas Gorski2012-04-091-0/+22
| | | | SVN-Revision: 31221
* add missing DM/MD config symbolsFlorian Fainelli2012-04-041-1/+7
| | | | SVN-Revision: 31197
* kernel: add some more missing kernel symbols for 3.2 and 3.3Jonas Gorski2012-04-011-0/+12
| | | | SVN-Revision: 31157
* kernel: add some more missing serial 8250 config symbolsJonas Gorski2012-03-301-0/+5
| | | | SVN-Revision: 31149
* add missing INET_UDP_DIAG symbolFlorian Fainelli2012-03-271-0/+1
| | | | SVN-Revision: 31095
* linux/3.{2,3}: yet another missing NET_VENDOR symbolGabor Juhos2012-03-201-0/+1
| | | | SVN-Revision: 31045
* add missing Kconfig symbolsImre Kaloz2012-03-191-0/+2
| | | | SVN-Revision: 31019
* linux/3.3: add missing config symbolGabor Juhos2012-03-121-0/+1
| | | | SVN-Revision: 30904
* linux/3.{2,3}: even more NAND symbolsGabor Juhos2012-03-071-0/+2
| | | | SVN-Revision: 30850
* enable EFI partition support by default, adds ca. 8K uncompressed on ar71xx ↵Jo-Philipp Wich2012-03-071-1/+1
| | | | | | (#8672) SVN-Revision: 30835
* linux/3.3: add more NAND symbolsGabor Juhos2012-03-041-1/+34
| | | | SVN-Revision: 30811
* linux/3.3: add missing config symbolsGabor Juhos2012-03-041-7/+18
| | | | SVN-Revision: 30803
* linux/3.3: merge recent ubifs patches from 3.2Gabor Juhos2012-03-031-0/+1
| | | | SVN-Revision: 30800