• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#===============================================================================
2# @brief    Kconfig file.
3# Copyright (c) 2020 HiSilicon (Shanghai) Technologies CO., LIMITED.
4#===============================================================================
5config PWM_CHANNEL
6    int
7    prompt "Choose PWM Test Channel."
8    depends on SAMPLE_SUPPORT_PWM
9    default 0
10
11config PWM_GROUP_ID
12    int
13    prompt "Choose PWM Test Group ID."
14    depends on SAMPLE_SUPPORT_PWM && PWM_USING_V151
15    default 0
16
17config PWM_PIN
18    int
19    prompt "Choose PWM pin."
20    depends on SAMPLE_SUPPORT_PWM
21    default 20
22
23config PWM_PIN_MODE
24    int
25    prompt "Choose PWM pin mode."
26    default 3
27    depends on SAMPLE_SUPPORT_PWM
28
29