1config BR2_PACKAGE_RKWIFIBT 2 bool "rkwifibt" 3 4if BR2_PACKAGE_RKWIFIBT 5 6config BR2_PACKAGE_RKWIFIBT_STATIC 7 bool "Enable static" 8 default y if BR2_STATIC_LIBS 9 10endif 11