summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/files/cfg
Commit message (Collapse)AuthorAgeFilesLines
* remove all kernel config fragmentsHEADmasterAdrian Calianu2017-03-0959-484/+0
| | | | | | | | From now on Enea Linux will use Yocto kernel config style using a separate meta data repo. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* linux/cfg: add config fragments to disable debug featuresAdrian Calianu2016-05-234-0/+93
| | | | | | | | | | | | | | New config fragments created to: - disable debugging on target. Trying to disable any type of debugging that can affect performances on target. - disable profiling. Profiling is mainly based on hooks which should not affect the performance on target. This options allow to test if profiling does affect the performance or not. - enable PreemptRT Low Latency Desktop - disable erratum for new PowerPC revisions targets Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* linux/cfg: add config fragment for offloading RCU callbacksMartin Borg2016-04-251-0/+1
| | | | | | | | Enable support for offloading RCU callback processing from the set of CPUs specified at boot time by the rcu_nocbs parameter. Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* linux/cfg: add config fragment for RCU priority boostingMartin Borg2016-04-201-0/+5
| | | | | | | Enable support for RCU priority boosting in the kernel Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* linux/cfg: Add config fragment for openvswitchAdrian Dudau2016-04-181-0/+7
| | | | | | | Enable support for Open vSwitch in the kernel. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* Add config fragment for FSL SRIOAdrian Dudau2016-04-141-0/+4
| | | | | | | | | | | This config fragment enables Freescale Serial RapidIO support in the kernel. Ported from git.enea.se:linux/meta-enea:dizzy-enea, commit 75bb44ade746c3f49dd0686e0be3ea7658df0ee1 Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* linux/cfg: remove prefix from config fragmentsStefan Sicleru2016-04-0153-176/+0
| | | | | | | | | | | Renamed kernel config fragments and provide them with prefix-free file names. Since prefixes are removed, README and associated script were also removed. References were updated within affected files. Signed-off-by: Stefan Sicleru <stefan.sicleru@enea.com> Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
* linux/cfg: add kernel config for VFAT and NLS supportStefan Sicleru2016-03-011-0/+3
| | | | | | | | Provide support for VFAT and one of its associated code pages: 437 Signed-off-by: Stefan Sicleru <stefan.sicleru@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* linux/cfg: add kernel config for NFS server v3Stefan Sicleru2016-03-011-0/+2
| | | | | | | Added a kernel config fragment in order to provide NFSv3 server support. Signed-off-by: Stefan Sicleru <stefan.sicleru@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* add kernel configsAdrian Dudau2016-02-1551-0/+545
These are moved from meta-enea-base Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Nora Björklund <nora.bjorklund@enea.com>