1c1d0c72aSopenharmony_ci 2c1d0c72aSopenharmony_cimenuconfig DRIVERS_HDF 3c1d0c72aSopenharmony_ci bool "HDF driver framework support" 4c1d0c72aSopenharmony_ci default n 5c1d0c72aSopenharmony_ci help 6c1d0c72aSopenharmony_ci Answer Y to enable Linux support HDF. 7c1d0c72aSopenharmony_ci 8c1d0c72aSopenharmony_ciif DRIVERS_HDF 9c1d0c72aSopenharmony_ciconfig HDF_SUPPORT_LEVEL 10c1d0c72aSopenharmony_ci int "Set HDF support level" 11c1d0c72aSopenharmony_ci default 2 12c1d0c72aSopenharmony_ci range 0 5 13c1d0c72aSopenharmony_ci depends on DRIVERS_HDF 14c1d0c72aSopenharmony_ci help 15c1d0c72aSopenharmony_ci Answer 1 on small OHOS, 2 on standard OHOS 16c1d0c72aSopenharmony_ci 17c1d0c72aSopenharmony_cisource "drivers/hdf/khdf/platform/Kconfig" 18c1d0c72aSopenharmony_cisource "drivers/hdf/khdf/test/Kconfig" 19c1d0c72aSopenharmony_cisource "drivers/hdf/khdf/model/display/Kconfig" 20c1d0c72aSopenharmony_cisource "drivers/hdf/khdf/model/input/Kconfig" 21c1d0c72aSopenharmony_cisource "drivers/hdf/khdf/model/network/wifi/Kconfig" 22c1d0c72aSopenharmony_cisource "drivers/hdf/khdf/model/network/wifi/bus/Kconfig" 23c1d0c72aSopenharmony_cisource "drivers/hdf/khdf/model/network/bluetooth/Kconfig" 24c1d0c72aSopenharmony_cisource "drivers/hdf/khdf/model/sensor/Kconfig" 25c1d0c72aSopenharmony_cisource "drivers/hdf/khdf/model/storage/Kconfig" 26c1d0c72aSopenharmony_cisource "drivers/hdf/khdf/model/usb/host/Kconfig" 27c1d0c72aSopenharmony_cisource "drivers/hdf/khdf/model/audio/Kconfig" 28c1d0c72aSopenharmony_cisource "drivers/hdf/khdf/model/misc/vibrator/Kconfig" 29c1d0c72aSopenharmony_cisource "drivers/hdf/khdf/model/misc/dsoftbus/Kconfig" 30c1d0c72aSopenharmony_cisource "drivers/hdf/khdf/model/misc/light/Kconfig" 31c1d0c72aSopenharmony_cisource "drivers/hdf/khdf/network/Kconfig" 32c1d0c72aSopenharmony_ci 33c1d0c72aSopenharmony_ciendif 34