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/usbnet | |
| 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/usbnet')
| -rw-r--r-- | features/usbnet/usbnet_n.cfg | 43 | ||||
| -rw-r--r-- | features/usbnet/usbnet_n.scc | 4 |
2 files changed, 47 insertions, 0 deletions
diff --git a/features/usbnet/usbnet_n.cfg b/features/usbnet/usbnet_n.cfg new file mode 100644 index 0000000..ad9eb03 --- /dev/null +++ b/features/usbnet/usbnet_n.cfg | |||
| @@ -0,0 +1,43 @@ | |||
| 1 | CONFIG_USB_NET_DRIVERS=n | ||
| 2 | # CONFIG_USB_CATC is not set | ||
| 3 | CONFIG_USB_KAWETH=n | ||
| 4 | CONFIG_USB_PEGASUS=n | ||
| 5 | CONFIG_USB_RTL8150=n | ||
| 6 | CONFIG_USB_RTL8152=n | ||
| 7 | # CONFIG_USB_LAN78XX is not set | ||
| 8 | CONFIG_USB_USBNET=n | ||
| 9 | CONFIG_USB_NET_AX8817X=n | ||
| 10 | CONFIG_USB_NET_AX88179_178A=n | ||
| 11 | CONFIG_USB_NET_CDCETHER=n | ||
| 12 | CONFIG_USB_NET_CDC_EEM=n | ||
| 13 | CONFIG_USB_NET_CDC_NCM=n | ||
| 14 | # CONFIG_USB_NET_HUAWEI_CDC_NCM is not set | ||
| 15 | # CONFIG_USB_NET_CDC_MBIM is not set | ||
| 16 | CONFIG_USB_NET_DM9601=n | ||
| 17 | # CONFIG_USB_NET_SR9700 is not set | ||
| 18 | # CONFIG_USB_NET_SR9800 is not set | ||
| 19 | CONFIG_USB_NET_SMSC75XX=n | ||
| 20 | CONFIG_USB_NET_SMSC95XX=n | ||
| 21 | # CONFIG_USB_NET_GL620A is not set | ||
| 22 | CONFIG_USB_NET_NET1080=n | ||
| 23 | # CONFIG_USB_NET_PLUSB is not set | ||
| 24 | CONFIG_USB_NET_MCS7830=n | ||
| 25 | # CONFIG_USB_NET_RNDIS_HOST is no set | ||
| 26 | CONFIG_USB_NET_CDC_SUBSET_ENABLE=n | ||
| 27 | CONFIG_USB_NET_CDC_SUBSET=n | ||
| 28 | CONFIG_USB_ALI_M5632=n | ||
| 29 | CONFIG_USB_AN2720=n | ||
| 30 | CONFIG_USB_BELKIN=n | ||
| 31 | CONFIG_USB_ARMLINUX=n | ||
| 32 | # CONFIG_USB_EPSON2888 is not set | ||
| 33 | CONFIG_USB_KC2190=n | ||
| 34 | CONFIG_USB_NET_ZAURUS=n | ||
| 35 | # CONFIG_USB_NET_CX82310_ETH is not set | ||
| 36 | # CONFIG_USB_NET_KALMIA is not set | ||
| 37 | # CONFIG_USB_NET_QMI_WWAN is not set | ||
| 38 | # CONFIG_USB_HSO is not set | ||
| 39 | # CONFIG_USB_NET_INT51X1 is not set | ||
| 40 | # CONFIG_USB_IPHETH is not set | ||
| 41 | # CONFIG_USB_SIERRA_NET is not set | ||
| 42 | # CONFIG_USB_VL600 is not set | ||
| 43 | # CONFIG_USB_NET_CH9200 is not set | ||
diff --git a/features/usbnet/usbnet_n.scc b/features/usbnet/usbnet_n.scc new file mode 100644 index 0000000..7adb0a1 --- /dev/null +++ b/features/usbnet/usbnet_n.scc | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Disable options for usb network device support" | ||
| 2 | define KFEATURE_COMPATIBILITY all | ||
| 3 | |||
| 4 | kconf hardware usbnet_n.cfg | ||
