summaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-05-22 08:47:09 -0400
committerTom Rini <trini@konsulko.com>2021-07-07 22:22:42 -0400
commitdee08b1999e221300e48b029ca4c007bc66233ae (patch)
tree2253c8b8e661a07428c6681779d0c733939996ae /arch/arm/Kconfig
parentbc08dc563e4e79f7fd06a6e81acfd2d570961a8d (diff)
arm: Remove gplugd board
These boards have not been converted to CONFIG_DM_USB by the deadline and is also missing conversion to CONFIG_DM. Remove it Cc: Ajay Bhargav <contact@8051projects.net> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index fb53699277..d7ed9ceef2 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -530,11 +530,6 @@ config TARGET_ASPENITE
select CPU_ARM926EJS
select GPIO_EXTRA_HEADER
-config TARGET_GPLUGD
- bool "Support gplugd"
- select CPU_ARM926EJS
- select GPIO_EXTRA_HEADER
-
config ARCH_DAVINCI
bool "TI DaVinci"
select CPU_ARM926EJS
@@ -2090,7 +2085,6 @@ source "board/bosch/shc/Kconfig"
source "board/bosch/guardian/Kconfig"
source "board/CarMediaLab/flea3/Kconfig"
source "board/Marvell/aspenite/Kconfig"
-source "board/Marvell/gplugd/Kconfig"
source "board/Marvell/octeontx/Kconfig"
source "board/Marvell/octeontx2/Kconfig"
source "board/armltd/vexpress64/Kconfig"