14 lines
327 B
Plaintext
14 lines
327 B
Plaintext
|
if USB_NET_DRIVERS
|
||
|
|
||
|
menu "USB Network Adapters"
|
||
|
visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST
|
||
|
|
||
|
config VIDEO_I2C_SPIRI_GSM
|
||
|
tristate "Spiri eg25-g GSM module support"
|
||
|
depends on NETDEVICES && USB_NET_DRIVERS
|
||
|
---help---
|
||
|
This is a GSM module sensor-level driver for Spiri
|
||
|
endmenu
|
||
|
endif
|
||
|
|