We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb53c8 commit a774ea7Copy full SHA for a774ea7
components/drivers/misc/Kconfig
@@ -1,7 +1,11 @@
1
-config RT_USING_ADC
+menuconfig RT_USING_ADC
2
bool "Using ADC device drivers"
3
default n
4
5
+if RT_USING_DM && RT_USING_ADC
6
+ osource "$(SOC_DM_ADC_DIR)/Kconfig"
7
+endif
8
+
9
config RT_USING_DAC
10
bool "Using DAC device drivers"
11
@@ -18,10 +22,14 @@ config RT_USING_RANDOM
18
22
bool "Using RANDOM device drivers"
19
23
20
24
21
-config RT_USING_PWM
25
+menuconfig RT_USING_PWM
26
bool "Using PWM device drivers"
27
28
29
+if RT_USING_DM && RT_USING_PWM
30
+ osource "$(SOC_DM_PWM_DIR)/Kconfig"
31
32
33
config RT_USING_PULSE_ENCODER
34
bool "Using PULSE ENCODER device drivers"
35
0 commit comments