From 89995d056803439f68369e44748193159ac1a0d2 Mon Sep 17 00:00:00 2001 From: Ayush Singh Date: Fri, 4 Oct 2024 12:00:50 +0530 Subject: [PATCH] boards: ti: cc1352p7_launchpad: Remove PINCTRL - PINCTRL is now being selected by soc/ti/simplelink/cc13x2x7_cc26x2x7/Kconfig, so no need to add to diffconfig. - See https://github.com/zephyrproject-rtos/zephyr/pull/64718#discussion_r1734288793 Signed-off-by: Ayush Singh --- boards/ti/cc1352p7_launchpad/cc1352p7_lp_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/ti/cc1352p7_launchpad/cc1352p7_lp_defconfig b/boards/ti/cc1352p7_launchpad/cc1352p7_lp_defconfig index 42ca455ed33..4e65416ca53 100644 --- a/boards/ti/cc1352p7_launchpad/cc1352p7_lp_defconfig +++ b/boards/ti/cc1352p7_launchpad/cc1352p7_lp_defconfig @@ -16,7 +16,6 @@ CONFIG_CC13X2_CC26X2_BOOTLOADER_BACKDOOR_PIN=15 CONFIG_ARM_MPU=y CONFIG_HW_STACK_PROTECTION=y -CONFIG_PINCTRL=y CONFIG_GPIO=y CONFIG_SERIAL=y