diff options
| author | Gabriel Ionescu <gabriel.ionescu@enea.com> | 2017-06-20 15:27:00 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-06-21 10:59:08 +0200 |
| commit | 40d186df2dc94bcb1b8b0204f691678b9fa87466 (patch) | |
| tree | 8027d05c436963c3922031c775cd573d017a72ed /features/ppp | |
| parent | f42ac6c2248c3b1f49795abd2597856ceb1d8ce3 (diff) | |
| download | enea-kernel-cache-40d186df2dc94bcb1b8b0204f691678b9fa87466.tar.gz | |
Kernel: Add specific ragments for disabling unnecessary features
Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com>
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'features/ppp')
| -rw-r--r-- | features/ppp/ppp_n.cfg | 10 | ||||
| -rw-r--r-- | features/ppp/ppp_n.scc | 4 |
2 files changed, 14 insertions, 0 deletions
diff --git a/features/ppp/ppp_n.cfg b/features/ppp/ppp_n.cfg new file mode 100644 index 0000000..04d84a8 --- /dev/null +++ b/features/ppp/ppp_n.cfg | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | CONFIG_PPP=n | ||
| 2 | CONFIG_PPP_BSDCOMP=n | ||
| 3 | CONFIG_PPP_DEFLATE=n | ||
| 4 | CONFIG_PPP_FILTER=n | ||
| 5 | # CONFIG_PPP_MPPE is not set | ||
| 6 | CONFIG_PPP_MULTILINK=n | ||
| 7 | CONFIG_PPPOE=n | ||
| 8 | # CONFIG_PPTP is not set | ||
| 9 | CONFIG_PPP_ASYNC=n | ||
| 10 | CONFIG_PPP_SYNC_TTY=n | ||
diff --git a/features/ppp/ppp_n.scc b/features/ppp/ppp_n.scc new file mode 100644 index 0000000..3d6a8db --- /dev/null +++ b/features/ppp/ppp_n.scc | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Disable ppp support" | ||
| 2 | define KFEATURE_COMPATIBILITY all | ||
| 3 | |||
| 4 | kconf non-hardware ppp_n.cfg | ||
