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


      1# SPDX-License-Identifier: GPL-2.0-only
      2menuconfig ARCH_MESON
      3	bool "Amlogic Meson SoCs"
      4	depends on ARCH_MULTI_V7
      5	select GPIOLIB
      6	select GENERIC_IRQ_CHIP
      7	select ARM_GIC
      8	select ARM_GLOBAL_TIMER
      9	select CACHE_L2X0
     10	select PINCTRL
     11	select PINCTRL_MESON
     12	select HAVE_ARM_SCU if SMP
     13	select HAVE_ARM_TWD if SMP
     14
     15if ARCH_MESON
     16
     17config MACH_MESON6
     18	bool "Amlogic Meson6 (8726MX) SoCs support"
     19	default ARCH_MESON
     20	select MESON6_TIMER
     21
     22config MACH_MESON8
     23	bool "Amlogic Meson8, Meson8b and Meson8m2 SoCs support"
     24	default ARCH_MESON
     25	select MESON6_TIMER
     26	select COMMON_CLK_MESON8B
     27	select MESON_IRQ_GPIO
     28
     29endif