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:
parent
ca2d3f0a89
commit
5d6168f9c6
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue