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


      1# SPDX-License-Identifier: GPL-2.0
      2choice
      3	prompt "Board support"
      4	depends on BCM63XX
      5	default BOARD_BCM963XX
      6
      7config BOARD_BCM963XX
      8	bool "Generic Broadcom 963xx boards"
      9	select SSB
     10
     11endchoice