[PATCH 1/2] ARM: sti: remove configs SOC_STIH415 and SOC_STIH416

From: Lukas Bulwahn
Date: Thu Mar 30 2023 - 07:23:56 EST


Commit b4bba92dfbe2 ("drm/sti: remove stih415-416 platform support")
removes the reference to configs SOC_STIH415 and SOC_STIH416 in the
config DRM_STI. Commit 64933513e461 ("reset: sti: Remove STiH415/6 reset
support") removes the two configs STIH41{5,6}_RESET.

With those changes, the two configs SOC_STIH415 and SOC_STIH416 has no
remaining effect. Remove them.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx>
---
arch/arm/mach-sti/Kconfig | 18 ------------------
1 file changed, 18 deletions(-)

diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig
index b2d45cf10a3c..8c21dccb61b7 100644
--- a/arch/arm/mach-sti/Kconfig
+++ b/arch/arm/mach-sti/Kconfig
@@ -26,24 +26,6 @@ menuconfig ARCH_STI

if ARCH_STI

-config SOC_STIH415
- bool "STiH415 STMicroelectronics Consumer Electronics family"
- default y
- help
- This enables support for STMicroelectronics Digital Consumer
- Electronics family StiH415 parts, primarily targeted at set-top-box
- and other digital audio/video applications using Flattned Device
- Trees.
-
-config SOC_STIH416
- bool "STiH416 STMicroelectronics Consumer Electronics family"
- default y
- help
- This enables support for STMicroelectronics Digital Consumer
- Electronics family StiH416 parts, primarily targeted at set-top-box
- and other digital audio/video applications using Flattened Device
- Trees.
-
config SOC_STIH407
bool "STiH407 STMicroelectronics Consumer Electronics family"
default y
--
2.17.1