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:
Ulf Magnusson 2020-01-15 13:14:33 +01:00 committed by Anas Nashif
commit a3f97e853e
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -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