getdns: clean up the configuration menu
authorRui Salvaterra <rsalvaterra@gmail.com>
Mon, 9 Nov 2020 21:25:14 +0000 (21:25 +0000)
committerRosen Penev <rosenp@gmail.com>
Mon, 3 Jan 2022 10:18:57 +0000 (02:18 -0800)
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
libs/getdns/Config.in

index f6658d4e171a1c096d8a8f61438851f03f86b010..c09d232f45e1203201d864e2b056004d182eb1d7 100644 (file)
@@ -2,15 +2,15 @@ menu "Configuration"
        depends on PACKAGE_getdns
 
 config GETDNS_ENABLE_STUB_ONLY
-       bool "GETDNS_ENABLE_STUB_ONLY"
-       help
-               getdns can be configured for stub resolution mode only. (Removes libunbound dependency)
+       bool "Stub resolution mode only"
        default y
+       help
+               getdns can be configured for stub resolution mode only (removes libunbound dependency).
        
 config GETDNS_ENABLE_IDN_LIBIDN2
-       bool "GETDNS_ENABLE_IDN_LIBIDN2"
-       help 
-               getdns can be configured with some IDN Support. (Requires libidn2 dependency)
+       bool "IDN support"
        default n
+       help
+               getdns can be configured with some IDN Support (requires libidn2 dependency).
 
 endmenu