mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
MIPS: ath79: remove obsolete ATH79_DEV_* configs
Commit85b9686dae
("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. Commit3a77e0d75e
("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>
This commit is contained in:
committed by
Thomas Bogendoerfer
parent
0345234720
commit
a45e5fe792
@@ -29,20 +29,4 @@ config SOC_QCA955X
|
|||||||
config PCI_AR724X
|
config PCI_AR724X
|
||||||
def_bool n
|
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
|
endif
|
||||||
|
Reference in New Issue
Block a user