xref: /OK3568_Linux_fs/kernel/drivers/net/lte/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1#
2# LTE network device configuration
3#
4
5menuconfig LTE
6	bool "Rockchip LTE support"
7	help
8	Enable LTE drivers for Rockchip platform.
9
10if LTE
11config LTE_RM310
12	bool "LTE rm310 support"
13	default n
14
15endif
16