Skip to content

Commit 215822d

Browse files
erwangocarlescufi
authored andcommitted
samples: Take into account PINCTRL in minimal configurations
Now that PINCTRL is available, don't forget to disable it in minimal configurations. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 3114726 commit 215822d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

samples/basic/minimal/common.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ CONFIG_I2C=n
33
CONFIG_WATCHDOG=n
44
CONFIG_GPIO=n
55
CONFIG_PINMUX=n
6+
CONFIG_PINCTRL=n
67
CONFIG_SPI=n
78
CONFIG_SERIAL=n
89
CONFIG_FLASH=n

samples/bluetooth/peripheral_hr/prj_minimal.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ CONFIG_BT_DEVICE_APPEARANCE=833
1313
CONFIG_I2C=n
1414
CONFIG_WATCHDOG=n
1515
CONFIG_PINMUX=n
16+
CONFIG_PINCTRL=n
1617
CONFIG_SPI=n
1718
CONFIG_GPIO=n
1819
CONFIG_SERIAL=n

0 commit comments

Comments
 (0)