Merge tag 'usb-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[linux/fpc-iii.git] / arch / mips / ath79 / Kconfig
blob7367416642cbd6844468738cf656640efe5a388a
1 # SPDX-License-Identifier: GPL-2.0
2 if ATH79
4 config SOC_AR71XX
5         select HAVE_PCI
6         def_bool n
8 config SOC_AR724X
9         select HAVE_PCI
10         select PCI_AR724X if PCI
11         def_bool n
13 config SOC_AR913X
14         def_bool n
16 config SOC_AR933X
17         def_bool n
19 config SOC_AR934X
20         select HAVE_PCI
21         select PCI_AR724X if PCI
22         def_bool n
24 config SOC_QCA955X
25         select HAVE_PCI
26         select PCI_AR724X if PCI
27         def_bool n
29 config PCI_AR724X
30         def_bool n
32 config ATH79_DEV_GPIO_BUTTONS
33         def_bool n
35 config ATH79_DEV_LEDS_GPIO
36         def_bool n
38 config ATH79_DEV_SPI
39         def_bool n
41 config ATH79_DEV_USB
42         def_bool n
44 config ATH79_DEV_WMAC
45         depends on (SOC_AR913X || SOC_AR933X || SOC_AR934X || SOC_QCA955X)
46         def_bool n
48 endif