summaryrefslogtreecommitdiff
path: root/arch/mips/ath79/Kconfig
blob: 04154128c4dea3cbe4ee2d5515918c62b8dc12a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# SPDX-License-Identifier: GPL-2.0
if ATH79

config SOC_AR71XX
	select HAVE_PCI
	def_bool n

config SOC_AR724X
	select HAVE_PCI
	select PCI_AR724X if PCI
	def_bool n

config SOC_AR913X
	def_bool n

config SOC_AR933X
	def_bool n

config SOC_AR934X
	select HAVE_PCI
	select PCI_AR724X if PCI
	def_bool n

config SOC_QCA955X
	select HAVE_PCI
	select PCI_AR724X if PCI
	def_bool n

config PCI_AR724X
	def_bool n

endif