summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/files/cfg/debug_off.cfg
Commit message (Collapse)AuthorAgeFilesLines
* remove all kernel config fragmentsHEADmasterAdrian Calianu2017-03-091-48/+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-231-0/+48
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>