+config BR2_PACKAGE_OPENSER_MOD_UAC
+ prompt "openser-mod-uac................. UAC support"
+ tristate
+ default m if CONFIG_DEVEL
+ depends BR2_PACKAGE_OPENSER
+ help
+ Enable UAC support
+
+config BR2_PACKAGE_OPENSER_MOD_UAC_REDIRECT
+ prompt "openser-mod-uac................. UAC redirect support"
+ tristate
+ default m if CONFIG_DEVEL
+ depends BR2_PACKAGE_OPENSER
+ help
+ Enable UAC redirect support
+
+config BR2_PACKAGE_OPENSER_MOD_URI
+ prompt "openser-mod-uri................. URI support"
+ tristate
+ default m if CONFIG_DEVEL
+ depends BR2_PACKAGE_OPENSER
+ help
+ Enable URI support
+
+config BR2_PACKAGE_OPENSER_MOD_URI_DB
+ prompt "openser-mod-uri-db.............. URI database support"
+ tristate
+ default m if CONFIG_DEVEL
+ depends BR2_PACKAGE_OPENSER
+ help
+ Enable URI database support
+
+config BR2_PACKAGE_OPENSER_MOD_URI_RADIUS
+ prompt "openser-mod-uri-radius.......... URI with RADIUS support"
+ tristate
+ default m if CONFIG_DEVEL
+ depends BR2_PACKAGE_OPENSER
+ help
+ Enable URI with RADIUS support
+