lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230320132634.17331-1-lukas.bulwahn@gmail.com>
Date:   Mon, 20 Mar 2023 14:26:34 +0100
From:   Lukas Bulwahn <lukas.bulwahn@...il.com>
To:     Matthias Brugger <matthias.bgg@...il.com>,
        AngeloGioacchino Del Regno 
        <angelogioacchino.delregno@...labora.com>,
        Russell King <linux@...linux.org.uk>,
        linux-arm-kernel@...ts.infradead.org,
        linux-mediatek@...ts.infradead.org
Cc:     kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org,
        Lukas Bulwahn <lukas.bulwahn@...il.com>
Subject: [PATCH] ARM: mediatek: Remove unused configs MACH_MT6592 and MACH_MT6592

Commit ad8a221e1f49 ("ARM: mediatek: Add config options for mediatek SoCs.")
adds four configs MACH_MT6592, MACH_MT6592, MACH_MT8127 and MACH_MT8127 for
foreseen future use in the MediaTek pinctrl driver. As of now, nine years
after that commit, the configs MACH_MT8127 and MACH_MT8127 are used for
that purpose, but tconfigs MACH_MT6592 and MACH_MT6592 have not been used.

Remove the unused configs MACH_MT6592 and MACH_MT6592.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@...il.com>
---
 arch/arm/mach-mediatek/Kconfig | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/arch/arm/mach-mediatek/Kconfig b/arch/arm/mach-mediatek/Kconfig
index 35a3430c7942..521af13a79d8 100644
--- a/arch/arm/mach-mediatek/Kconfig
+++ b/arch/arm/mach-mediatek/Kconfig
@@ -15,14 +15,6 @@ config MACH_MT2701
 	bool "MediaTek MT2701 SoCs support"
 	default ARCH_MEDIATEK
 
-config MACH_MT6589
-	bool "MediaTek MT6589 SoCs support"
-	default ARCH_MEDIATEK
-
-config MACH_MT6592
-	bool "MediaTek MT6592 SoCs support"
-	default ARCH_MEDIATEK
-
 config MACH_MT7623
 	bool "MediaTek MT7623 SoCs support"
 	default ARCH_MEDIATEK
-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ