Directory Files
.. 6
File Size
Kconfig 415 B
Makefile 323 B
Platform 152 B
clock.c 21 kB
common.c 4.2 kB
common.h 514 B
early_printk.c 3.2 kB
prom.c 817 B
setup.c 5.8 kB

Linux v6.6.1 - ath79

# 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