cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Kconfig (669B)


      1# SPDX-License-Identifier: GPL-2.0
      2if ATH79
      3
      4config SOC_AR71XX
      5	select HAVE_PCI
      6	def_bool n
      7
      8config SOC_AR724X
      9	select HAVE_PCI
     10	select PCI_AR724X if PCI
     11	def_bool n
     12
     13config SOC_AR913X
     14	def_bool n
     15
     16config SOC_AR933X
     17	def_bool n
     18
     19config SOC_AR934X
     20	select HAVE_PCI
     21	select PCI_AR724X if PCI
     22	def_bool n
     23
     24config SOC_QCA955X
     25	select HAVE_PCI
     26	select PCI_AR724X if PCI
     27	def_bool n
     28
     29config PCI_AR724X
     30	def_bool n
     31
     32config ATH79_DEV_GPIO_BUTTONS
     33	def_bool n
     34
     35config ATH79_DEV_LEDS_GPIO
     36	def_bool n
     37
     38config ATH79_DEV_SPI
     39	def_bool n
     40
     41config ATH79_DEV_USB
     42	def_bool n
     43
     44config ATH79_DEV_WMAC
     45	depends on (SOC_AR913X || SOC_AR933X || SOC_AR934X || SOC_QCA955X)
     46	def_bool n
     47
     48endif