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


      1# SPDX-License-Identifier: GPL-2.0-only
      2menu "Atmel devices (AT91)"
      3	depends on ARCH_AT91
      4
      5config SND_ATMEL_AC97C
      6	tristate "Atmel AC97 Controller (AC97C) driver"
      7	select SND_PCM
      8	select SND_AC97_CODEC
      9	depends on ARCH_AT91
     10	help
     11	  ALSA sound driver for the Atmel AC97 controller.
     12
     13endmenu