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


      1# SPDX-License-Identifier: GPL-2.0-only
      2config MMP_DISP_CONTROLLER
      3	bool "mmp display controller hw support"
      4	depends on HAVE_CLK && HAS_IOMEM
      5	depends on CPU_PXA910 || CPU_MMP2 || COMPILE_TEST
      6	help
      7		Marvell MMP display hw controller support
      8		this controller is used on Marvell PXA910 and
      9		MMP2 chips
     10
     11config MMP_DISP_SPI
     12	bool "mmp display controller spi port"
     13	depends on MMP_DISP_CONTROLLER && SPI_MASTER
     14	default y
     15	help
     16		Marvell MMP display hw controller spi port support
     17		will register as a spi master for panel usage