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)
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

index 7367416642cbd6844468738cf656640efe5a388a..04154128c4dea3cbe4ee2d5515918c62b8dc12a4 100644 (file)
@@ -29,20 +29,4 @@ config SOC_QCA955X
 config PCI_AR724X
        def_bool n
 
-config ATH79_DEV_GPIO_BUTTONS
-       def_bool n
-
-config ATH79_DEV_LEDS_GPIO
-       def_bool n
-
-config ATH79_DEV_SPI
-       def_bool n
-
-config ATH79_DEV_USB
-       def_bool n
-
-config ATH79_DEV_WMAC
-       depends on (SOC_AR913X || SOC_AR933X || SOC_AR934X || SOC_QCA955X)
-       def_bool n
-
 endif