From 40d186df2dc94bcb1b8b0204f691678b9fa87466 Mon Sep 17 00:00:00 2001 From: Gabriel Ionescu Date: Tue, 20 Jun 2017 15:27:00 +0200 Subject: Kernel: Add specific ragments for disabling unnecessary features Signed-off-by: Gabriel Ionescu Signed-off-by: Adrian Dudau --- features/netconsole/netconsole_n.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 features/netconsole/netconsole_n.cfg (limited to 'features/netconsole/netconsole_n.cfg') diff --git a/features/netconsole/netconsole_n.cfg b/features/netconsole/netconsole_n.cfg new file mode 100644 index 0000000..f74f073 --- /dev/null +++ b/features/netconsole/netconsole_n.cfg @@ -0,0 +1,3 @@ +CONFIG_NETCONSOLE=n +CONFIG_NETPOLL=n +CONFIG_NET_POLL_CONTROLLER=n -- cgit v1.2.3-54-g00ecf