Skip to content

Commit bf818e4

Browse files
petejohansoncrides
authored andcommitted
fix(boards): Enable pinmux for bdn9_rev2 by default.
See: zephyrproject-rtos/zephyr#28999
1 parent 24a8bab commit bf818e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: app/boards/arm/bdn9/bdn9_rev2_defconfig

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ CONFIG_FPU=y
1111
# enable GPIO
1212
CONFIG_GPIO=y
1313

14+
# Enable pinmux
15+
CONFIG_PINMUX=y
16+
1417
# Needed to reduce this to size that will fit on F072
1518
CONFIG_HEAP_MEM_POOL_SIZE=1024
1619

0 commit comments

Comments
 (0)