Searched hist:"84 db6f27b26b5bebeeb85d1b6f6c035daa6f2ac2" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/soc/cirrus/ |
H A D | Kconfig | diff 84db6f27b26b5bebeeb85d1b6f6c035daa6f2ac2 Tue Sep 24 11:24:23 CEST 2024 Lukas Bulwahn <lukas.bulwahn@redhat.com> soc: ep93xx: drop reference to removed EP93XX_SOC_COMMON config
Commit 6eab0ce6e1c6 ("soc: Add SoC driver for Cirrus ep93xx") adds the config EP93XX_SOC referring to the config EP93XX_SOC_COMMON.
Within the same patch series of the commit above, the commit 046322f1e1d9 ("ARM: ep93xx: DT for the Cirrus ep93xx SoC platforms") then removes the config EP93XX_SOC_COMMON. With that the reference to this config is obsolete.
Simplify the expression in the EP93XX_SOC config definition.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com> Reviewed-by: Nikita Shubin <nikita.shubin@maquefel.me> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|