From 969ea37dfd04e2800828fe2a26cd354d22569d18 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 8 Mar 2024 14:38:13 -0500 Subject: stv0991: Remove stv0991 board and architecture code This architecture and related board are unmaintained currently and have been for a long time. Remove them. Signed-off-by: Tom Rini --- arch/arm/Kconfig | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'arch/arm/Kconfig') diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 2105c1e..71c9647 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -632,20 +632,6 @@ config ARCH_ORION5X select SPL_SEPARATE_BSS if SPL select TIMER -config TARGET_STV0991 - bool "Support stv0991" - select CPU_V7A - select DM - select DM_SERIAL - select DM_SPI - select DM_SPI_FLASH - select GPIO_EXTRA_HEADER - select PL01X_SERIAL - select MTD - select SPI - select SPI_FLASH - imply CMD_DM - config ARCH_BCM283X bool "Broadcom BCM283X family" select DM @@ -2359,7 +2345,6 @@ source "board/samsung/common/Kconfig" source "board/siemens/common/Kconfig" source "board/seeed/npi_imx6ull/Kconfig" source "board/socionext/developerbox/Kconfig" -source "board/st/stv0991/Kconfig" source "board/tcl/sl50/Kconfig" source "board/traverse/ten64/Kconfig" source "board/variscite/dart_6ul/Kconfig" -- cgit v1.1