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 (531B)


      1# SPDX-License-Identifier: GPL-2.0
      2config AMIGAONE
      3	bool "Eyetech AmigaOne/MAI Teron"
      4	depends on PPC_BOOK3S_32 && BROKEN_ON_SMP
      5	select PPC_I8259
      6	select PPC_INDIRECT_PCI
      7	select PPC_UDBG_16550
      8	select FORCE_PCI
      9	select NOT_COHERENT_CACHE
     10	select CHECK_CACHE_COHERENCY
     11	select DEFAULT_UIMAGE
     12	select HAVE_PCSPKR_PLATFORM
     13	help
     14	Select AmigaOne for the following machines:
     15	- AmigaOne SE/Teron CX (G3 only)
     16	- AmigaOne XE/Teron PX
     17	- uA1/Teron mini
     18	  More information is available at:
     19	  <http://amigaone-linux.sourceforge.net/>.