MIPS: ath79: remove obsolete ATH79_DEV_* configs
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Thu, 16 Mar 2023 11:49:52 +0000 (12:49 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 17 Mar 2023 09:28:04 +0000 (10:28 +0100)
commita45e5fe792349315827b483eb23b307df47c6c6c
tree9ad6c50f5746ae2bd49cb174e395f8cedd8b04be
parent0345234720ca5601b59f20570f71139f5ad4d229
MIPS: ath79: remove obsolete ATH79_DEV_* configs

Commit 85b9686dae30 ("MIPS: ath79: drop platform device registration code")
removes all files arch/mips/ath79/dev-*.[ch], adjusts the Makefile, but
misses to adjust the Kconfig file. Hence, since then, the configs
ATH79_DEV_* are really dead.

Commit 3a77e0d75eed ("MIPS: ath79: drop machfiles") already removes all
configs that select ATH79_DEV_* config. So at that point, they was not a
way to enable them with a kernel build configuration.

Remove these obsolete ATH79_DEV_* configs.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/ath79/Kconfig