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_js 440 bool "ipc_js" 441 default n 442config feature$$communication$$ipc_js 443 string "feature" 444 default "" 445 depends on communication$$ipc_js 446config communication$$ipc 447 bool "ipc" 448 default n 449config feature$$communication$$ipc 450 string "feature" 451 default "" 452 depends on communication$$ipc 453config communication$$dsoftbus 454 bool "dsoftbus" 455 default n 456config feature$$communication$$dsoftbus 457 string "feature" 458 default "" 459 depends on communication$$dsoftbus 460config communication$$wifi_standard 461 bool "wifi_standard" 462 default n 463config feature$$communication$$wifi_standard 464 string "feature" 465 default "" 466 depends on communication$$wifi_standard 467config communication$$netstack 468 bool "netstack" 469 default n 470config feature$$communication$$netstack 471 string "feature" 472 default "" 473 depends on communication$$netstack 474config communication$$netmanager_ext 475 bool "netmanager_ext" 476 default n 477config feature$$communication$$netmanager_ext 478 string "feature" 479 default "" 480 depends on communication$$netmanager_ext 481config communication$$bluetooth_standard 482 bool "bluetooth_standard" 483 default n 484config feature$$communication$$bluetooth_standard 485 string "feature" 486 default "" 487 depends on communication$$bluetooth_standard 488config communication$$netmanager_base 489 bool "netmanager_base" 490 default n 491config feature$$communication$$netmanager_base 492 string "feature" 493 default "" 494 depends on communication$$netmanager_base 495endmenu 496menu "systemabilitymgr" 497config systemabilitymgr$$samgr 498 bool "samgr" 499 default n 500config feature$$systemabilitymgr$$samgr 501 string "feature" 502 default "" 503 depends on systemabilitymgr$$samgr 504config systemabilitymgr$$safwk 505 bool "safwk" 506 default n 507config feature$$systemabilitymgr$$safwk 508 string "feature" 509 default "" 510 depends on systemabilitymgr$$safwk 511endmenu 512menu "hdf" 513config hdf$$display_device_driver 514 bool "display_device_driver" 515 default n 516config feature$$hdf$$display_device_driver 517 string "feature" 518 default "" 519 depends on hdf$$display_device_driver 520config hdf$$drivers_peripheral_usb 521 bool "drivers_peripheral_usb" 522 default n 523config feature$$hdf$$drivers_peripheral_usb 524 string "feature" 525 default "" 526 depends on hdf$$drivers_peripheral_usb 527config hdf$$audio_device_driver 528 bool "audio_device_driver" 529 default n 530config feature$$hdf$$audio_device_driver 531 string "feature" 532 default "" 533 depends on hdf$$audio_device_driver 534config hdf$$device_driver_framework 535 bool "device_driver_framework" 536 default n 537config feature$$hdf$$device_driver_framework 538 string "feature" 539 default "" 540 depends on hdf$$device_driver_framework 541config hdf$$drivers_peripheral_input 542 bool "drivers_peripheral_input" 543 default n 544config feature$$hdf$$drivers_peripheral_input 545 string "feature" 546 default "" 547 depends on hdf$$drivers_peripheral_input 548config hdf$$drivers_peripheral_battery 549 bool "drivers_peripheral_battery" 550 default n 551config feature$$hdf$$drivers_peripheral_battery 552 string "feature" 553 default "" 554 depends on hdf$$drivers_peripheral_battery 555config hdf$$drivers_peripheral_vibrator 556 bool "drivers_peripheral_vibrator" 557 default n 558config feature$$hdf$$drivers_peripheral_vibrator 559 string "feature" 560 default "" 561 depends on hdf$$drivers_peripheral_vibrator 562config hdf$$wlan_device_driver 563 bool "wlan_device_driver" 564 default n 565config feature$$hdf$$wlan_device_driver 566 string "feature" 567 default "" 568 depends on hdf$$wlan_device_driver 569config hdf$$codec_device_driver 570 bool "codec_device_driver" 571 default n 572config feature$$hdf$$codec_device_driver 573 string "feature" 574 default "" 575 depends on hdf$$codec_device_driver 576config hdf$$drivers_peripheral_light 577 bool "drivers_peripheral_light" 578 default n 579config feature$$hdf$$drivers_peripheral_light 580 string "feature" 581 default "" 582 depends on hdf$$drivers_peripheral_light 583config hdf$$drivers_peripheral_power 584 bool "drivers_peripheral_power" 585 default n 586config feature$$hdf$$drivers_peripheral_power 587 string "feature" 588 default "" 589 depends on hdf$$drivers_peripheral_power 590config hdf$$drivers_peripheral_sensor 591 bool "drivers_peripheral_sensor" 592 default n 593config feature$$hdf$$drivers_peripheral_sensor 594 string "feature" 595 default "" 596 depends on hdf$$drivers_peripheral_sensor 597config hdf$$camera_device_driver 598 bool "camera_device_driver" 599 default n 600config feature$$hdf$$camera_device_driver 601 string "feature" 602 default "" 603 depends on hdf$$camera_device_driver 604config hdf$$bluetooth_device_driver 605 bool "bluetooth_device_driver" 606 default n 607config feature$$hdf$$bluetooth_device_driver 608 string "feature" 609 default "" 610 depends on hdf$$bluetooth_device_driver 611config hdf$$drivers_peripheral_thermal 612 bool "drivers_peripheral_thermal" 613 default n 614config feature$$hdf$$drivers_peripheral_thermal 615 string "feature" 616 default "" 617 depends on hdf$$drivers_peripheral_thermal 618endmenu 619menu "updater" 620config updater$$update_service 621 bool "update_service" 622 default n 623config feature$$updater$$update_service 624 string "feature" 625 default "" 626 depends on updater$$update_service 627config updater$$updater 628 bool "updater" 629 default n 630config feature$$updater$$updater 631 string "feature" 632 default "" 633 depends on updater$$updater 634endmenu 635menu "developtools" 636config developtools$$hdc 637 bool "hdc" 638 default n 639config feature$$developtools$$hdc 640 string "feature" 641 default "" 642 depends on developtools$$hdc 643config developtools$$profiler 644 bool "profiler" 645 default n 646config feature$$developtools$$profiler 647 string "feature" 648 default "" 649 depends on developtools$$profiler 650config developtools$$hiperf 651 bool "hiperf" 652 default n 653config feature$$developtools$$hiperf 654 string "feature" 655 default "" 656 depends on developtools$$hiperf 657config developtools$$bytrace 658 bool "bytrace" 659 default n 660config feature$$developtools$$bytrace 661 string "feature" 662 default "" 663 depends on developtools$$bytrace 664config developtools$$packing_tool 665 bool "packing_tool" 666 default n 667config feature$$developtools$$packing_tool 668 string "feature" 669 default "" 670 depends on developtools$$packing_tool 671endmenu 672menu "sensors" 673config sensors$$sensor 674 bool "sensor" 675 default n 676config feature$$sensors$$sensor 677 string "feature" 678 default "" 679 depends on sensors$$sensor 680config sensors$$start 681 bool "start" 682 default n 683config feature$$sensors$$start 684 string "feature" 685 default "" 686 depends on sensors$$start 687config sensors$$miscdevice 688 bool "miscdevice" 689 default n 690config feature$$sensors$$miscdevice 691 string "feature" 692 default "" 693 depends on sensors$$miscdevice 694endmenu 695menu "graphic" 696config graphic$$graphic_2d 697 bool "graphic_2d" 698 default n 699config feature$$graphic$$graphic_2d 700 string "feature" 701 default "" 702 depends on graphic$$graphic_2d 703endmenu 704menu "window" 705config window$$window_manager 706 bool "window_manager" 707 default n 708config feature$$window$$window_manager 709 string "feature" 710 default "" 711 depends on window$$window_manager 712endmenu 713menu "miscservices" 714config miscservices$$time_native 715 bool "time_native" 716 default n 717config feature$$miscservices$$time_native 718 string "feature" 719 default "" 720 depends on miscservices$$time_native 721config miscservices$$inputmethod_native 722 bool "inputmethod_native" 723 default n 724config feature$$miscservices$$inputmethod_native 725 string "feature" 726 default "" 727 depends on miscservices$$inputmethod_native 728endmenu 729menu "multimedia" 730config multimedia$$multimedia_image_framework 731 bool "multimedia_image_framework" 732 default n 733config feature$$multimedia$$multimedia_image_framework 734 string "feature" 735 default "" 736 depends on multimedia$$multimedia_image_framework 737config multimedia$$multimedia_audio_framework 738 bool "multimedia_audio_framework" 739 default n 740config feature$$multimedia$$multimedia_audio_framework 741 string "feature" 742 default "" 743 depends on multimedia$$multimedia_audio_framework 744config multimedia$$media_library 745 bool "media_library" 746 default n 747config feature$$multimedia$$media_library 748 string "feature" 749 default "" 750 depends on multimedia$$media_library 751config multimedia$$multimedia_camera_framework 752 bool "multimedia_camera_framework" 753 default n 754config feature$$multimedia$$multimedia_camera_framework 755 string "feature" 756 default "" 757 depends on multimedia$$multimedia_camera_framework 758config multimedia$$multimedia_player_framework 759 bool "multimedia_player_framework" 760 default n 761config feature$$multimedia$$multimedia_player_framework 762 string "feature" 763 default "" 764 depends on multimedia$$multimedia_player_framework 765config multimedia$$multimedia_histreamer 766 bool "multimedia_histreamer" 767 default n 768config feature$$multimedia$$multimedia_histreamer 769 string "feature" 770 default "" 771 depends on multimedia$$multimedia_histreamer 772endmenu 773menu "multimodalinput" 774config multimodalinput$$input 775 bool "input" 776 default n 777config feature$$multimodalinput$$input 778 string "feature" 779 default "" 780 depends on multimodalinput$$input 781endmenu 782menu "telephony" 783config telephony$$data_storage 784 bool "data_storage" 785 default n 786config feature$$telephony$$data_storage 787 string "feature" 788 default "" 789 depends on telephony$$data_storage 790config telephony$$sms_mms 791 bool "sms_mms" 792 default n 793config feature$$telephony$$sms_mms 794 string "feature" 795 default "" 796 depends on telephony$$sms_mms 797config telephony$$core_service 798 bool "core_service" 799 default n 800config feature$$telephony$$core_service 801 string "feature" 802 default "" 803 depends on telephony$$core_service 804config telephony$$state_registry 805 bool "state_registry" 806 default n 807config feature$$telephony$$state_registry 808 string "feature" 809 default "" 810 depends on telephony$$state_registry 811config telephony$$call_manager 812 bool "call_manager" 813 default n 814config feature$$telephony$$call_manager 815 string "feature" 816 default "" 817 depends on telephony$$call_manager 818config telephony$$ril_adapter 819 bool "ril_adapter" 820 default n 821config feature$$telephony$$ril_adapter 822 string "feature" 823 default "" 824 depends on telephony$$ril_adapter 825config telephony$$cellular_call 826 bool "cellular_call" 827 default n 828config feature$$telephony$$cellular_call 829 string "feature" 830 default "" 831 depends on telephony$$cellular_call 832config telephony$$cellular_data 833 bool "cellular_data" 834 default n 835config feature$$telephony$$cellular_data 836 string "feature" 837 default "" 838 depends on telephony$$cellular_data 839endmenu 840menu "global" 841config global$$cust_lite 842 bool "cust_lite" 843 default n 844config feature$$global$$cust_lite 845 string "feature" 846 default "" 847 depends on global$$cust_lite 848config global$$i18n_standard 849 bool "i18n_standard" 850 default n 851config feature$$global$$i18n_standard 852 string "feature" 853 default "" 854 depends on global$$i18n_standard 855config global$$resmgr_standard 856 bool "resmgr_standard" 857 default n 858config feature$$global$$resmgr_standard 859 string "feature" 860 default "" 861 depends on global$$resmgr_standard 862endmenu 863menu "powermgr" 864config powermgr$$display_manager 865 bool "display_manager" 866 default n 867config feature$$powermgr$$display_manager 868 string "feature" 869 default "" 870 depends on powermgr$$display_manager 871config powermgr$$thermal_manager 872 bool "thermal_manager" 873 default n 874config feature$$powermgr$$thermal_manager 875 string "feature" 876 default "" 877 depends on powermgr$$thermal_manager 878config powermgr$$battery_statistics 879 bool "battery_statistics" 880 default n 881config feature$$powermgr$$battery_statistics 882 string "feature" 883 default "" 884 depends on powermgr$$battery_statistics 885config powermgr$$battery_manager 886 bool "battery_manager" 887 default n 888config feature$$powermgr$$battery_manager 889 string "feature" 890 default "" 891 depends on powermgr$$battery_manager 892config powermgr$$power_manager 893 bool "power_manager" 894 default n 895config feature$$powermgr$$power_manager 896 string "feature" 897 default "" 898 depends on powermgr$$power_manager 899endmenu 900menu "usb" 901config usb$$usb_manager 902 bool "usb_manager" 903 default n 904config feature$$usb$$usb_manager 905 string "feature" 906 default "" 907 depends on usb$$usb_manager 908endmenu 909menu "applications" 910config applications$$prebuilt_hap 911 bool "prebuilt_hap" 912 default n 913config feature$$applications$$prebuilt_hap 914 string "feature" 915 default "" 916 depends on applications$$prebuilt_hap 917endmenu 918menu "settingsdata" 919endmenu 920menu "wpa_supplicant-2.9" 921config wpa_supplicant-2.9$$wpa_supplicant-2.9 922 bool "wpa_supplicant-2.9" 923 default n 924config feature$$wpa_supplicant-2.9$$wpa_supplicant-2.9 925 string "feature" 926 default "" 927 depends on wpa_supplicant-2.9$$wpa_supplicant-2.9 928endmenu 929menu "xts" 930config xts$$wearable_tests 931 bool "wearable_tests" 932 default n 933config feature$$xts$$wearable_tests 934 string "feature" 935 default "" 936 depends on xts$$wearable_tests 937config xts$$intellitv_tests 938 bool "intellitv_tests" 939 default n 940config feature$$xts$$intellitv_tests 941 string "feature" 942 default "" 943 depends on xts$$intellitv_tests 944config xts$$ivi_tests 945 bool "ivi_tests" 946 default n 947config feature$$xts$$ivi_tests 948 string "feature" 949 default "" 950 depends on xts$$ivi_tests 951config xts$$phone_tests 952 bool "phone_tests" 953 default n 954config feature$$xts$$phone_tests 955 string "feature" 956 default "" 957 depends on xts$$phone_tests 958endmenu 959menu "distributedhardware" 960config distributedhardware$$device_manager 961 bool "device_manager" 962 default n 963config feature$$distributedhardware$$device_manager 964 string "feature" 965 default "" 966 depends on distributedhardware$$device_manager 967endmenu 968menu "ark" 969config ark$$ark 970 bool "ark" 971 default n 972config feature$$ark$$ark 973 string "feature" 974 default "" 975 depends on ark$$ark 976config ark$$ark_frontend_tool 977 bool "ark_frontend_tool" 978 default n 979config feature$$ark$$ark_frontend_tool 980 string "feature" 981 default "" 982 depends on ark$$ark_frontend_tool 983config ark$$ark_js_runtime 984 bool "ark_js_runtime" 985 default n 986config feature$$ark$$ark_js_runtime 987 string "feature" 988 default "" 989 depends on ark$$ark_js_runtime 990endmenu 991menu "commonlibrary" 992endmenu 993menu "iothardware" 994endmenu 995menu "kernel" 996config kernel$$linux 997 bool "linux" 998 default n 999config feature$$kernel$$linux 1000 string "feature" 1001 default "" 1002 depends on kernel$$linux 1003endmenu 1004menu "msdp" 1005endmenu 1006menu "deviceprofile" 1007config deviceprofile$$device_info_manager 1008 bool "device_info_manager" 1009 default n 1010config feature$$deviceprofile$$device_info_manager 1011 string "feature" 1012 default "" 1013 depends on deviceprofile$$device_info_manager 1014endmenu 1015menu "filemanagement" 1016config filemanagement$$user_file_service 1017 bool "user_file_service" 1018 default n 1019config feature$$filemanagement$$user_file_service 1020 string "feature" 1021 default "" 1022 depends on filemanagement$$user_file_service 1023config filemanagement$$storage_service 1024 bool "storage_service" 1025 default n 1026config feature$$filemanagement$$storage_service 1027 string "feature" 1028 default "" 1029 depends on filemanagement$$storage_service 1030endmenu 1031menu "resourceschedule" 1032config resourceschedule$$device_usage_statistics 1033 bool "device_usage_statistics" 1034 default n 1035config feature$$resourceschedule$$device_usage_statistics 1036 string "feature" 1037 default "" 1038 depends on resourceschedule$$device_usage_statistics 1039config resourceschedule$$soc_perf 1040 bool "soc_perf" 1041 default n 1042config feature$$resourceschedule$$soc_perf 1043 string "feature" 1044 default "" 1045 depends on resourceschedule$$soc_perf 1046config resourceschedule$$background_task_mgr 1047 bool "background_task_mgr" 1048 default n 1049config feature$$resourceschedule$$background_task_mgr 1050 string "feature" 1051 default "" 1052 depends on resourceschedule$$background_task_mgr 1053config resourceschedule$$work_scheduler 1054 bool "work_scheduler" 1055 default n 1056config feature$$resourceschedule$$work_scheduler 1057 string "feature" 1058 default "" 1059 depends on resourceschedule$$work_scheduler 1060config resourceschedule$$resource_schedule_service 1061 bool "resource_schedule_service" 1062 default n 1063config feature$$resourceschedule$$resource_schedule_service 1064 string "feature" 1065 default "" 1066 depends on resourceschedule$$resource_schedule_service 1067config resourceschedule$$memmgr 1068 bool "memmgr" 1069 default n 1070config feature$$resourceschedule$$memmgr 1071 string "feature" 1072 default "" 1073 depends on resourceschedule$$memmgr 1074endmenu 1075