boards: minnowboard: kconfig: Do not assign promptless CPU_ATOM symbol

Assignments have no effect on promptless symbols. Flagged by
https://github.com/zephyrproject-rtos/zephyr/pull/20742.

This symbol is enabled through being selected by SOC_ATOM in
soc/x86/atom/Kconfig.soc.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2020-01-14 17:16:37 +01:00 committed by Anas Nashif
commit 5d6168f9c6

View file

@ -3,7 +3,6 @@
CONFIG_X86=y
CONFIG_SOC_ATOM=y
CONFIG_BOARD_MINNOWBOARD=y
CONFIG_CPU_ATOM=y
CONFIG_HPET_TIMER=y
CONFIG_PIC_DISABLE=y
CONFIG_LOAPIC=y