boards: cy8ckit: kconfig: Do not assign promptless SOC_FAMILY_PSOC6
Assignments have no effect on promptless symbols. Flagged by https://github.com/zephyrproject-rtos/zephyr/pull/20742. This symbol is selected by SOC_SERIES_PSOC62, in soc/arm/cypress/psoc6/Kconfig.series. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
c0e2c6369b
commit
a3f97e853e
2 changed files with 0 additions and 2 deletions
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SOC_FAMILY_PSOC6=y
|
||||
CONFIG_SOC_SERIES_PSOC62=y
|
||||
CONFIG_SOC_PSOC6_M0=y
|
||||
CONFIG_SOC_PART_NUMBER_CY8C6247BZI_D54=y
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SOC_FAMILY_PSOC6=y
|
||||
CONFIG_SOC_SERIES_PSOC62=y
|
||||
CONFIG_SOC_PSOC6_M4=y
|
||||
CONFIG_SOC_PART_NUMBER_CY8C6247BZI_D54=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue