1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 if ATH79 2 if ATH79 3 3 4 config SOC_AR71XX 4 config SOC_AR71XX 5 select HAVE_PCI 5 select HAVE_PCI 6 def_bool n 6 def_bool n 7 7 8 config SOC_AR724X 8 config SOC_AR724X 9 select HAVE_PCI 9 select HAVE_PCI 10 select PCI_AR724X if PCI 10 select PCI_AR724X if PCI 11 def_bool n 11 def_bool n 12 12 13 config SOC_AR913X 13 config SOC_AR913X 14 def_bool n 14 def_bool n 15 15 16 config SOC_AR933X 16 config SOC_AR933X 17 def_bool n 17 def_bool n 18 18 19 config SOC_AR934X 19 config SOC_AR934X 20 select HAVE_PCI 20 select HAVE_PCI 21 select PCI_AR724X if PCI 21 select PCI_AR724X if PCI 22 def_bool n 22 def_bool n 23 23 24 config SOC_QCA955X 24 config SOC_QCA955X 25 select HAVE_PCI 25 select HAVE_PCI 26 select PCI_AR724X if PCI 26 select PCI_AR724X if PCI 27 def_bool n 27 def_bool n 28 28 29 config PCI_AR724X 29 config PCI_AR724X 30 def_bool n 30 def_bool n 31 31 32 endif 32 endif
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.