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 8162e58 commit 5b49027Copy full SHA for 5b49027
boards/arm/nrf52840_mdk/Kconfig.defconfig
@@ -8,6 +8,13 @@ if BOARD_NRF52840_MDK
8
config BOARD
9
default "nrf52840_mdk"
10
11
+if ADC
12
+
13
+config ADC_0
14
+ default y
15
16
+endif # ADC
17
18
if I2C
19
20
config I2C_0
boards/arm/nrf52840_mdk/nrf52840_mdk.dts
@@ -59,6 +59,10 @@
59
};
60
61
62
+&adc {
63
+ status = "okay";
64
+};
65
66
&gpiote {
67
status = "okay";
68
0 commit comments