boards: up_squared: kconfig: Remove unused board variant symbols
The CONFIG_UP_SQUARED_{ATOM,CELERON,PENTIUM} symbols are unused after
commit c5e582038c
("boards/x86/up_squared: default to new local APIC
timer").
Since these symbols are the only thing in boards/x86/up_squared/Kconfig,
which is osource'd in in board/Kconfig, just remove the entire file.
Found with a script.
Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
11a1ae5f7a
commit
fa128cb0ac
1 changed files with 0 additions and 25 deletions
|
@ -1,25 +0,0 @@
|
|||
# UP Squared board options
|
||||
|
||||
# Copyright (c) 2018 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if BOARD_UP_SQUARED
|
||||
|
||||
comment "UP Squared Board Options"
|
||||
|
||||
choice
|
||||
prompt "UP Squared SoC variant"
|
||||
default BOARD_UP_SQUARED_ATOM
|
||||
|
||||
config BOARD_UP_SQUARED_ATOM
|
||||
bool "Atom E3940"
|
||||
|
||||
config BOARD_UP_SQUARED_CELERON
|
||||
bool "Celeron N3350"
|
||||
|
||||
config BOARD_UP_SQUARED_PENTIUM
|
||||
bool "Pentium N4200"
|
||||
|
||||
endchoice
|
||||
|
||||
endif # BOARD_UP_SQUARED
|
Loading…
Add table
Add a link
Reference in a new issue