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