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:
Ulf Magnusson 2019-10-21 18:59:13 +02:00 committed by Anas Nashif
commit fa128cb0ac

View file

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