summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-3.12.27/mtcdt/defconfig
AgeCommit message (Collapse)AuthorFiles
2018-09-25Remove 3.12.27John Klug1
2017-09-14Add TEE network filteringJohn Klug1
2017-06-09Initial commit of Yocto 2.1 changesJeff Hatch1
2017-04-13Add usb-serial-simple driver for telit module firmware upgrade supportJeff Hatch1
2017-02-07Add the bonding module for ethernetJohn Klug1
2016-12-09mLinux: set the CONFIG_NETFILTER_XT_MATCH_HASHLIMIT kernel optionJeff Hatch1
2016-12-09mLinux: set CONFIG_NETFILTER_XT_TARGET_LOG kernel optionJeff Hatch1
2016-09-20Add preempt to the mLinux kernel for PPS signalJohn Klug1
2016-07-25Add rfkill.ko driver for Redpine, wpa_supplicant bluetooth command.jklug1
2016-05-02linux-3.12.27: mtcdt: update defconfigJesse Gilles1
Enable IPv6, netfilter, VLAN_8021Q Enable more Bluetooth UART protocols Enable more crypto options
2015-01-13linux-3.12.27: mtcdt: enable FANOTIFYJesse Gilles1
2015-01-07linux-3.12.27: add linux-3.12-spi-atmel-dma-min.patch, build spi-atmel as moduleJesse Gilles1
Forces spi-atmel to always use DMA mode instead of switching between PIO and DMA depending on the transfer size. Switching between the two can cause Rx buffer corruption with the 3.12 driver. This comes at the cost of lower performance (15 to 20%) for small transfers (1-15 bytes), but improves reliability for protocols that use small and large transfers regularly. For large transfers (1024 bytes), DMA mode is 300% faster than PIO. https://lkml.org/lkml/2013/10/21/534
2014-12-03linux-3.12.27: defconfig: add some CRYPTO modulesJesse Gilles1
2014-11-04initial commit with MTCDT supportJesse Gilles1