1# Copyright (c) 2021 Huawei Device Co., Ltd. 2# Licensed under the Apache License, Version 2.0 (the "License"); 3# you may not use this file except in compliance with the License. 4# You may obtain a copy of the License at 5# 6# http://www.apache.org/licenses/LICENSE-2.0 7# 8# Unless required by applicable law or agreed to in writing, software 9# distributed under the License is distributed on an "AS IS" BASIS, 10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11# See the License for the specific language governing permissions and 12# limitations under the License. 13 14mainmenu "Subsystem Component Kconfig Configuration" 15config property$$product_name 16 string "product_name" 17 default "" 18config property$$version 19 string "version" 20 default "" 21config property$$type 22 string "type" 23 default "" 24config property$$ohos_version 25 string "ohos_version" 26 default "" 27config property$$board 28 string "board" 29 default "" 30config property$$kernel_type 31 string "kernel_type" 32 default "" 33config property$$kernel_version 34 string "kernel_version" 35 default "" 36config property$$device_name 37 string "device_name" 38 default "" 39config property$$device_company 40 string "device_company" 41 default "" 42config property$$target_os 43 string "target_os" 44 default "" 45config property$$target_cpu 46 string "target_cpu" 47 default "" 48menu "ace" 49config ace$$ace_engine_standard 50 bool "ace_engine_standard" 51 default n 52config feature$$ace$$ace_engine_standard 53 string "feature" 54 default "" 55 depends on ace$$ace_engine_standard 56config ace$$napi 57 bool "napi" 58 default n 59config feature$$ace$$napi 60 string "feature" 61 default "" 62 depends on ace$$napi 63endmenu 64menu "ai" 65endmenu 66menu "account" 67config account$$os_account 68 bool "os_account" 69 default n 70config feature$$account$$os_account 71 string "feature" 72 default "" 73 depends on account$$os_account 74endmenu 75menu "distributeddatamgr" 76config distributeddatamgr$$data_object 77 bool "data_object" 78 default n 79config feature$$distributeddatamgr$$data_object 80 string "feature" 81 default "" 82 depends on distributeddatamgr$$data_object 83config distributeddatamgr$$native_appdatamgr 84 bool "native_appdatamgr" 85 default n 86config feature$$distributeddatamgr$$native_appdatamgr 87 string "feature" 88 default "" 89 depends on distributeddatamgr$$native_appdatamgr 90config distributeddatamgr$$e2fsprogs 91 bool "e2fsprogs" 92 default n 93config feature$$distributeddatamgr$$e2fsprogs 94 string "feature" 95 default "" 96 depends on distributeddatamgr$$e2fsprogs 97config distributeddatamgr$$distributeddatamgr 98 bool "distributeddatamgr" 99 default n 100config feature$$distributeddatamgr$$distributeddatamgr 101 string "feature" 102 default "" 103 depends on distributeddatamgr$$distributeddatamgr 104config distributeddatamgr$$distributedfilejs 105 bool "distributedfilejs" 106 default n 107config feature$$distributeddatamgr$$distributedfilejs 108 string "feature" 109 default "" 110 depends on distributeddatamgr$$distributedfilejs 111endmenu 112menu "security" 113config security$$device_security_level 114 bool "device_security_level" 115 default n 116config feature$$security$$device_security_level 117 string "feature" 118 default "" 119 depends on security$$device_security_level 120config security$$huks 121 bool "huks" 122 default n 123config feature$$security$$huks 124 string "feature" 125 default "" 126 depends on security$$huks 127config security$$appverify 128 bool "appverify" 129 default n 130config feature$$security$$appverify 131 string "feature" 132 default "" 133 depends on security$$appverify 134config security$$access_token 135 bool "access_token" 136 default n 137config feature$$security$$access_token 138 string "feature" 139 default "" 140 depends on security$$access_token 141config security$$permission_standard 142 bool "permission_standard" 143 default n 144config feature$$security$$permission_standard 145 string "feature" 146 default "" 147 depends on security$$permission_standard 148config security$$selinux 149 bool "selinux" 150 default n 151config feature$$security$$selinux 152 string "feature" 153 default "" 154 depends on security$$selinux 155config security$$device_auth 156 bool "device_auth" 157 default n 158config feature$$security$$device_auth 159 string "feature" 160 default "" 161 depends on security$$device_auth 162config security$$dataclassification 163 bool "dataclassification" 164 default n 165config feature$$security$$dataclassification 166 string "feature" 167 default "" 168 depends on security$$dataclassification 169endmenu 170menu "useriam" 171config useriam$$pin_auth 172 bool "pin_auth" 173 default n 174config feature$$useriam$$pin_auth 175 string "feature" 176 default "" 177 depends on useriam$$pin_auth 178config useriam$$user_auth 179 bool "user_auth" 180 default n 181config feature$$useriam$$user_auth 182 string "feature" 183 default "" 184 depends on useriam$$user_auth 185config useriam$$faceauth 186 bool "faceauth" 187 default n 188config feature$$useriam$$faceauth 189 string "feature" 190 default "" 191 depends on useriam$$faceauth 192endmenu 193menu "startup" 194config startup$$init 195 bool "init" 196 default n 197config feature$$startup$$init 198 string "feature" 199 default "" 200 depends on startup$$init 201config startup$$startup_l2 202 bool "startup_l2" 203 default n 204config feature$$startup$$startup_l2 205 string "feature" 206 default "" 207 depends on startup$$startup_l2 208config startup$$appspawn 209 bool "appspawn" 210 default n 211config feature$$startup$$appspawn 212 string "feature" 213 default "" 214 depends on startup$$appspawn 215endmenu 216menu "hiviewdfx" 217config hiviewdfx$$hilog 218 bool "hilog" 219 default n 220config feature$$hiviewdfx$$hilog 221 string "feature" 222 default "" 223 depends on hiviewdfx$$hilog 224config hiviewdfx$$hitrace_native 225 bool "hitrace_native" 226 default n 227config feature$$hiviewdfx$$hitrace_native 228 string "feature" 229 default "" 230 depends on hiviewdfx$$hitrace_native 231config hiviewdfx$$hiappevent_js 232 bool "hiappevent_js" 233 default n 234config feature$$hiviewdfx$$hiappevent_js 235 string "feature" 236 default "" 237 depends on hiviewdfx$$hiappevent_js 238config hiviewdfx$$hilog_native 239 bool "hilog_native" 240 default n 241config feature$$hiviewdfx$$hilog_native 242 string "feature" 243 default "" 244 depends on hiviewdfx$$hilog_native 245config hiviewdfx$$hichecker 246 bool "hichecker" 247 default n 248config feature$$hiviewdfx$$hichecker 249 string "feature" 250 default "" 251 depends on hiviewdfx$$hichecker 252config hiviewdfx$$hisysevent_native 253 bool "hisysevent_native" 254 default n 255config feature$$hiviewdfx$$hisysevent_native 256 string "feature" 257 default "" 258 depends on hiviewdfx$$hisysevent_native 259config hiviewdfx$$hiappevent_native 260 bool "hiappevent_native" 261 default n 262config feature$$hiviewdfx$$hiappevent_native 263 string "feature" 264 default "" 265 depends on hiviewdfx$$hiappevent_native 266config hiviewdfx$$hiviewdfx_hilog_native 267 bool "hiviewdfx_hilog_native" 268 default n 269config feature$$hiviewdfx$$hiviewdfx_hilog_native 270 string "feature" 271 default "" 272 depends on hiviewdfx$$hiviewdfx_hilog_native 273config hiviewdfx$$hilog_service 274 bool "hilog_service" 275 default n 276config feature$$hiviewdfx$$hilog_service 277 string "feature" 278 default "" 279 depends on hiviewdfx$$hilog_service 280config hiviewdfx$$hiview 281 bool "hiview" 282 default n 283config feature$$hiviewdfx$$hiview 284 string "feature" 285 default "" 286 depends on hiviewdfx$$hiview 287config hiviewdfx$$faultloggerd 288 bool "faultloggerd" 289 default n 290config feature$$hiviewdfx$$faultloggerd 291 string "feature" 292 default "" 293 depends on hiviewdfx$$faultloggerd 294config hiviewdfx$$hicollie_native 295 bool "hicollie_native" 296 default n 297config feature$$hiviewdfx$$hicollie_native 298 string "feature" 299 default "" 300 depends on hiviewdfx$$hicollie_native 301endmenu 302menu "commonlibrary" 303config commonlibrary$$c_utils 304 bool "c_utils" 305 default n 306config feature$$commonlibrary$$c_utils 307 string "feature" 308 default "" 309 depends on commonlibrary$$c_utils 310endmenu 311menu "utils" 312config utils$$utils_base 313 bool "utils_base" 314 default n 315config feature$$utils$$utils_base 316 string "feature" 317 default "" 318 depends on utils$$utils_base 319config utils$$utils_memory 320 bool "utils_memory" 321 default n 322config feature$$utils$$utils_memory 323 string "feature" 324 default "" 325 depends on utils$$utils_memory 326config utils$$systemres 327 bool "systemres" 328 default n 329config feature$$utils$$systemres 330 string "feature" 331 default "" 332 depends on utils$$systemres 333config utils$$memory 334 bool "memory" 335 default n 336config feature$$utils$$memory 337 string "feature" 338 default "" 339 depends on utils$$memory 340config utils$$utils_lite 341 bool "utils_lite" 342 default n 343config feature$$utils$$utils_lite 344 string "feature" 345 default "" 346 depends on utils$$utils_lite 347config utils$$timer_task 348 bool "timer_task" 349 default n 350config feature$$utils$$timer_task 351 string "feature" 352 default "" 353 depends on utils$$timer_task 354endmenu 355menu "appexecfwk" 356config appexecfwk$$distributed_bundle_framework 357 bool "distributed_bundle_framework" 358 default n 359config feature$$appexecfwk$$distributed_bundle_framework 360 string "feature" 361 default "" 362 depends on appexecfwk$$distributed_bundle_framework 363config appexecfwk$$bundle_framework 364 bool "bundle_framework" 365 default n 366config feature$$appexecfwk$$bundle_framework 367 string "feature" 368 default "" 369 depends on appexecfwk$$bundle_framework 370config appexecfwk$$bundle_tool 371 bool "bundle_tool" 372 default n 373config feature$$appexecfwk$$bundle_tool 374 string "feature" 375 default "" 376 depends on appexecfwk$$bundle_tool 377endmenu 378menu "aafwk" 379config aafwk$$form_runtime 380 bool "form_runtime" 381 default n 382config feature$$aafwk$$form_runtime 383 string "feature" 384 default "" 385 depends on aafwk$$form_runtime 386config aafwk$$ability_runtime 387 bool "ability_runtime" 388 default n 389config feature$$aafwk$$ability_runtime 390 string "feature" 391 default "" 392 depends on aafwk$$ability_runtime 393config aafwk$$ability_tools 394 bool "ability_tools" 395 default n 396config feature$$aafwk$$ability_tools 397 string "feature" 398 default "" 399 depends on aafwk$$ability_tools 400config aafwk$$zidl 401 bool "zidl" 402 default n 403config feature$$aafwk$$zidl 404 string "feature" 405 default "" 406 depends on aafwk$$zidl 407config aafwk$$dmsfwk 408 bool "dmsfwk" 409 default n 410config feature$$aafwk$$dmsfwk 411 string "feature" 412 default "" 413 depends on aafwk$$dmsfwk 414endmenu 415menu "notification" 416config notification$$ans_standard 417 bool "ans_standard" 418 default n 419config feature$$notification$$ans_standard 420 string "feature" 421 default "" 422 depends on notification$$ans_standard 423config notification$$ces_standard 424 bool "ces_standard" 425 default n 426config feature$$notification$$ces_standard 427 string "feature" 428 default "" 429 depends on notification$$ces_standard 430config notification$$eventhandler 431 bool "eventhandler" 432 default n 433config feature$$notification$$eventhandler 434 string "feature" 435 default "" 436 depends on notification$$eventhandler 437endmenu 438menu "communication" 439config communication$$ipc 440 bool "ipc" 441 default n 442config feature$$communication$$ipc 443 string "feature" 444 default "" 445 depends on communication$$ipc 446config communication$$dsoftbus 447 bool "dsoftbus" 448 default n 449config feature$$communication$$dsoftbus 450 string "feature" 451 default "" 452 depends on communication$$dsoftbus 453config communication$$wifi_standard 454 bool "wifi_standard" 455 default n 456config feature$$communication$$wifi_standard 457 string "feature" 458 default "" 459 depends on communication$$wifi_standard 460config communication$$netstack 461 bool "netstack" 462 default n 463config feature$$communication$$netstack 464 string "feature" 465 default "" 466 depends on communication$$netstack 467config communication$$netmanager_ext 468 bool "netmanager_ext" 469 default n 470config feature$$communication$$netmanager_ext 471 string "feature" 472 default "" 473 depends on communication$$netmanager_ext 474config communication$$bluetooth_standard 475 bool "bluetooth_standard" 476 default n 477config feature$$communication$$bluetooth_standard 478 string "feature" 479 default "" 480 depends on communication$$bluetooth_standard 481config communication$$netmanager_base 482 bool "netmanager_base" 483 default n 484config feature$$communication$$netmanager_base 485 string "feature" 486 default "" 487 depends on communication$$netmanager_base 488endmenu 489menu "systemabilitymgr" 490config systemabilitymgr$$samgr 491 bool "samgr" 492 default n 493config feature$$systemabilitymgr$$samgr 494 string "feature" 495 default "" 496 depends on systemabilitymgr$$samgr 497config systemabilitymgr$$safwk 498 bool "safwk" 499 default n 500config feature$$systemabilitymgr$$safwk 501 string "feature" 502 default "" 503 depends on systemabilitymgr$$safwk 504endmenu 505menu "hdf" 506config hdf$$display_device_driver 507 bool "display_device_driver" 508 default n 509config feature$$hdf$$display_device_driver 510 string "feature" 511 default "" 512 depends on hdf$$display_device_driver 513config hdf$$drivers_peripheral_usb 514 bool "drivers_peripheral_usb" 515 default n 516config feature$$hdf$$drivers_peripheral_usb 517 string "feature" 518 default "" 519 depends on hdf$$drivers_peripheral_usb 520config hdf$$audio_device_driver 521 bool "audio_device_driver" 522 default n 523config feature$$hdf$$audio_device_driver 524 string "feature" 525 default "" 526 depends on hdf$$audio_device_driver 527config hdf$$device_driver_framework 528 bool "device_driver_framework" 529 default n 530config feature$$hdf$$device_driver_framework 531 string "feature" 532 default "" 533 depends on hdf$$device_driver_framework 534config hdf$$drivers_peripheral_input 535 bool "drivers_peripheral_input" 536 default n 537config feature$$hdf$$drivers_peripheral_input 538 string "feature" 539 default "" 540 depends on hdf$$drivers_peripheral_input 541config hdf$$drivers_peripheral_battery 542 bool "drivers_peripheral_battery" 543 default n 544config feature$$hdf$$drivers_peripheral_battery 545 string "feature" 546 default "" 547 depends on hdf$$drivers_peripheral_battery 548config hdf$$drivers_peripheral_vibrator 549 bool "drivers_peripheral_vibrator" 550 default n 551config feature$$hdf$$drivers_peripheral_vibrator 552 string "feature" 553 default "" 554 depends on hdf$$drivers_peripheral_vibrator 555config hdf$$wlan_device_driver 556 bool "wlan_device_driver" 557 default n 558config feature$$hdf$$wlan_device_driver 559 string "feature" 560 default "" 561 depends on hdf$$wlan_device_driver 562config hdf$$codec_device_driver 563 bool "codec_device_driver" 564 default n 565config feature$$hdf$$codec_device_driver 566 string "feature" 567 default "" 568 depends on hdf$$codec_device_driver 569config hdf$$drivers_peripheral_light 570 bool "drivers_peripheral_light" 571 default n 572config feature$$hdf$$drivers_peripheral_light 573 string "feature" 574 default "" 575 depends on hdf$$drivers_peripheral_light 576config hdf$$drivers_peripheral_power 577 bool "drivers_peripheral_power" 578 default n 579config feature$$hdf$$drivers_peripheral_power 580 string "feature" 581 default "" 582 depends on hdf$$drivers_peripheral_power 583config hdf$$drivers_peripheral_sensor 584 bool "drivers_peripheral_sensor" 585 default n 586config feature$$hdf$$drivers_peripheral_sensor 587 string "feature" 588 default "" 589 depends on hdf$$drivers_peripheral_sensor 590config hdf$$camera_device_driver 591 bool "camera_device_driver" 592 default n 593config feature$$hdf$$camera_device_driver 594 string "feature" 595 default "" 596 depends on hdf$$camera_device_driver 597config hdf$$bluetooth_device_driver 598 bool "bluetooth_device_driver" 599 default n 600config feature$$hdf$$bluetooth_device_driver 601 string "feature" 602 default "" 603 depends on hdf$$bluetooth_device_driver 604config hdf$$drivers_peripheral_thermal 605 bool "drivers_peripheral_thermal" 606 default n 607config feature$$hdf$$drivers_peripheral_thermal 608 string "feature" 609 default "" 610 depends on hdf$$drivers_peripheral_thermal 611endmenu 612menu "updater" 613config updater$$update_service 614 bool "update_service" 615 default n 616config feature$$updater$$update_service 617 string "feature" 618 default "" 619 depends on updater$$update_service 620config updater$$updater 621 bool "updater" 622 default n 623config feature$$updater$$updater 624 string "feature" 625 default "" 626 depends on updater$$updater 627endmenu 628menu "developtools" 629config developtools$$hdc 630 bool "hdc" 631 default n 632config feature$$developtools$$hdc 633 string "feature" 634 default "" 635 depends on developtools$$hdc 636config developtools$$profiler 637 bool "profiler" 638 default n 639config feature$$developtools$$profiler 640 string "feature" 641 default "" 642 depends on developtools$$profiler 643config developtools$$hiperf 644 bool "hiperf" 645 default n 646config feature$$developtools$$hiperf 647 string "feature" 648 default "" 649 depends on developtools$$hiperf 650config developtools$$packing_tool 651 bool "packing_tool" 652 default n 653config feature$$developtools$$packing_tool 654 string "feature" 655 default "" 656 depends on developtools$$packing_tool 657endmenu 658menu "sensors" 659config sensors$$sensor 660 bool "sensor" 661 default n 662config feature$$sensors$$sensor 663 string "feature" 664 default "" 665 depends on sensors$$sensor 666config sensors$$start 667 bool "start" 668 default n 669config feature$$sensors$$start 670 string "feature" 671 default "" 672 depends on sensors$$start 673config sensors$$miscdevice 674 bool "miscdevice" 675 default n 676config feature$$sensors$$miscdevice 677 string "feature" 678 default "" 679 depends on sensors$$miscdevice 680endmenu 681menu "graphic" 682config graphic$$graphic_2d 683 bool "graphic_2d" 684 default n 685config feature$$graphic$$graphic_2d 686 string "feature" 687 default "" 688 depends on graphic$$graphic_2d 689endmenu 690menu "window" 691config window$$window_manager 692 bool "window_manager" 693 default n 694config feature$$window$$window_manager 695 string "feature" 696 default "" 697 depends on window$$window_manager 698endmenu 699menu "miscservices" 700config miscservices$$time_native 701 bool "time_native" 702 default n 703config feature$$miscservices$$time_native 704 string "feature" 705 default "" 706 depends on miscservices$$time_native 707config miscservices$$inputmethod_native 708 bool "inputmethod_native" 709 default n 710config feature$$miscservices$$inputmethod_native 711 string "feature" 712 default "" 713 depends on miscservices$$inputmethod_native 714endmenu 715menu "multimedia" 716config multimedia$$multimedia_image_framework 717 bool "multimedia_image_framework" 718 default n 719config feature$$multimedia$$multimedia_image_framework 720 string "feature" 721 default "" 722 depends on multimedia$$multimedia_image_framework 723config multimedia$$multimedia_audio_framework 724 bool "multimedia_audio_framework" 725 default n 726config feature$$multimedia$$multimedia_audio_framework 727 string "feature" 728 default "" 729 depends on multimedia$$multimedia_audio_framework 730config multimedia$$media_library 731 bool "media_library" 732 default n 733config feature$$multimedia$$media_library 734 string "feature" 735 default "" 736 depends on multimedia$$media_library 737config multimedia$$multimedia_camera_framework 738 bool "multimedia_camera_framework" 739 default n 740config feature$$multimedia$$multimedia_camera_framework 741 string "feature" 742 default "" 743 depends on multimedia$$multimedia_camera_framework 744config multimedia$$multimedia_player_framework 745 bool "multimedia_player_framework" 746 default n 747config feature$$multimedia$$multimedia_player_framework 748 string "feature" 749 default "" 750 depends on multimedia$$multimedia_player_framework 751config multimedia$$multimedia_histreamer 752 bool "multimedia_histreamer" 753 default n 754config feature$$multimedia$$multimedia_histreamer 755 string "feature" 756 default "" 757 depends on multimedia$$multimedia_histreamer 758endmenu 759menu "multimodalinput" 760config multimodalinput$$input 761 bool "input" 762 default n 763config feature$$multimodalinput$$input 764 string "feature" 765 default "" 766 depends on multimodalinput$$input 767endmenu 768menu "telephony" 769config telephony$$data_storage 770 bool "data_storage" 771 default n 772config feature$$telephony$$data_storage 773 string "feature" 774 default "" 775 depends on telephony$$data_storage 776config telephony$$sms_mms 777 bool "sms_mms" 778 default n 779config feature$$telephony$$sms_mms 780 string "feature" 781 default "" 782 depends on telephony$$sms_mms 783config telephony$$core_service 784 bool "core_service" 785 default n 786config feature$$telephony$$core_service 787 string "feature" 788 default "" 789 depends on telephony$$core_service 790config telephony$$state_registry 791 bool "state_registry" 792 default n 793config feature$$telephony$$state_registry 794 string "feature" 795 default "" 796 depends on telephony$$state_registry 797config telephony$$call_manager 798 bool "call_manager" 799 default n 800config feature$$telephony$$call_manager 801 string "feature" 802 default "" 803 depends on telephony$$call_manager 804config telephony$$ril_adapter 805 bool "ril_adapter" 806 default n 807config feature$$telephony$$ril_adapter 808 string "feature" 809 default "" 810 depends on telephony$$ril_adapter 811config telephony$$cellular_call 812 bool "cellular_call" 813 default n 814config feature$$telephony$$cellular_call 815 string "feature" 816 default "" 817 depends on telephony$$cellular_call 818config telephony$$cellular_data 819 bool "cellular_data" 820 default n 821config feature$$telephony$$cellular_data 822 string "feature" 823 default "" 824 depends on telephony$$cellular_data 825endmenu 826menu "global" 827config global$$cust_lite 828 bool "cust_lite" 829 default n 830config feature$$global$$cust_lite 831 string "feature" 832 default "" 833 depends on global$$cust_lite 834config global$$i18n_standard 835 bool "i18n_standard" 836 default n 837config feature$$global$$i18n_standard 838 string "feature" 839 default "" 840 depends on global$$i18n_standard 841config global$$resmgr_standard 842 bool "resmgr_standard" 843 default n 844config feature$$global$$resmgr_standard 845 string "feature" 846 default "" 847 depends on global$$resmgr_standard 848endmenu 849menu "powermgr" 850config powermgr$$display_manager 851 bool "display_manager" 852 default n 853config feature$$powermgr$$display_manager 854 string "feature" 855 default "" 856 depends on powermgr$$display_manager 857config powermgr$$thermal_manager 858 bool "thermal_manager" 859 default n 860config feature$$powermgr$$thermal_manager 861 string "feature" 862 default "" 863 depends on powermgr$$thermal_manager 864config powermgr$$battery_statistics 865 bool "battery_statistics" 866 default n 867config feature$$powermgr$$battery_statistics 868 string "feature" 869 default "" 870 depends on powermgr$$battery_statistics 871config powermgr$$battery_manager 872 bool "battery_manager" 873 default n 874config feature$$powermgr$$battery_manager 875 string "feature" 876 default "" 877 depends on powermgr$$battery_manager 878config powermgr$$power_manager 879 bool "power_manager" 880 default n 881config feature$$powermgr$$power_manager 882 string "feature" 883 default "" 884 depends on powermgr$$power_manager 885endmenu 886menu "usb" 887config usb$$usb_manager 888 bool "usb_manager" 889 default n 890config feature$$usb$$usb_manager 891 string "feature" 892 default "" 893 depends on usb$$usb_manager 894endmenu 895menu "applications" 896config applications$$prebuilt_hap 897 bool "prebuilt_hap" 898 default n 899config feature$$applications$$prebuilt_hap 900 string "feature" 901 default "" 902 depends on applications$$prebuilt_hap 903endmenu 904menu "settingsdata" 905endmenu 906menu "wpa_supplicant-2.9" 907config wpa_supplicant-2.9$$wpa_supplicant-2.9 908 bool "wpa_supplicant-2.9" 909 default n 910config feature$$wpa_supplicant-2.9$$wpa_supplicant-2.9 911 string "feature" 912 default "" 913 depends on wpa_supplicant-2.9$$wpa_supplicant-2.9 914endmenu 915menu "xts" 916config xts$$wearable_tests 917 bool "wearable_tests" 918 default n 919config feature$$xts$$wearable_tests 920 string "feature" 921 default "" 922 depends on xts$$wearable_tests 923config xts$$intellitv_tests 924 bool "intellitv_tests" 925 default n 926config feature$$xts$$intellitv_tests 927 string "feature" 928 default "" 929 depends on xts$$intellitv_tests 930config xts$$ivi_tests 931 bool "ivi_tests" 932 default n 933config feature$$xts$$ivi_tests 934 string "feature" 935 default "" 936 depends on xts$$ivi_tests 937config xts$$phone_tests 938 bool "phone_tests" 939 default n 940config feature$$xts$$phone_tests 941 string "feature" 942 default "" 943 depends on xts$$phone_tests 944endmenu 945menu "distributedhardware" 946config distributedhardware$$device_manager 947 bool "device_manager" 948 default n 949config feature$$distributedhardware$$device_manager 950 string "feature" 951 default "" 952 depends on distributedhardware$$device_manager 953endmenu 954menu "ark" 955config ark$$ark 956 bool "ark" 957 default n 958config feature$$ark$$ark 959 string "feature" 960 default "" 961 depends on ark$$ark 962config ark$$ark_frontend_tool 963 bool "ark_frontend_tool" 964 default n 965config feature$$ark$$ark_frontend_tool 966 string "feature" 967 default "" 968 depends on ark$$ark_frontend_tool 969config ark$$ark_js_runtime 970 bool "ark_js_runtime" 971 default n 972config feature$$ark$$ark_js_runtime 973 string "feature" 974 default "" 975 depends on ark$$ark_js_runtime 976endmenu 977menu "commonlibrary" 978endmenu 979menu "iothardware" 980endmenu 981menu "kernel" 982config kernel$$linux 983 bool "linux" 984 default n 985config feature$$kernel$$linux 986 string "feature" 987 default "" 988 depends on kernel$$linux 989endmenu 990menu "msdp" 991endmenu 992menu "deviceprofile" 993config deviceprofile$$device_info_manager 994 bool "device_info_manager" 995 default n 996config feature$$deviceprofile$$device_info_manager 997 string "feature" 998 default "" 999 depends on deviceprofile$$device_info_manager 1000endmenu 1001menu "filemanagement" 1002config filemanagement$$user_file_service 1003 bool "user_file_service" 1004 default n 1005config feature$$filemanagement$$user_file_service 1006 string "feature" 1007 default "" 1008 depends on filemanagement$$user_file_service 1009config filemanagement$$storage_service 1010 bool "storage_service" 1011 default n 1012config feature$$filemanagement$$storage_service 1013 string "feature" 1014 default "" 1015 depends on filemanagement$$storage_service 1016endmenu 1017menu "resourceschedule" 1018config resourceschedule$$device_usage_statistics 1019 bool "device_usage_statistics" 1020 default n 1021config feature$$resourceschedule$$device_usage_statistics 1022 string "feature" 1023 default "" 1024 depends on resourceschedule$$device_usage_statistics 1025config resourceschedule$$soc_perf 1026 bool "soc_perf" 1027 default n 1028config feature$$resourceschedule$$soc_perf 1029 string "feature" 1030 default "" 1031 depends on resourceschedule$$soc_perf 1032config resourceschedule$$background_task_mgr 1033 bool "background_task_mgr" 1034 default n 1035config feature$$resourceschedule$$background_task_mgr 1036 string "feature" 1037 default "" 1038 depends on resourceschedule$$background_task_mgr 1039config resourceschedule$$work_scheduler 1040 bool "work_scheduler" 1041 default n 1042config feature$$resourceschedule$$work_scheduler 1043 string "feature" 1044 default "" 1045 depends on resourceschedule$$work_scheduler 1046config resourceschedule$$resource_schedule_service 1047 bool "resource_schedule_service" 1048 default n 1049config feature$$resourceschedule$$resource_schedule_service 1050 string "feature" 1051 default "" 1052 depends on resourceschedule$$resource_schedule_service 1053config resourceschedule$$memmgr 1054 bool "memmgr" 1055 default n 1056config feature$$resourceschedule$$memmgr 1057 string "feature" 1058 default "" 1059 depends on resourceschedule$$memmgr 1060endmenu 1061