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


      1# SPDX-License-Identifier: GPL-2.0-only
      2menuconfig MMP_DISP
      3	tristate "Marvell MMP Display Subsystem support"
      4	depends on CPU_PXA910 || CPU_MMP2 || COMPILE_TEST
      5	help
      6	  Marvell Display Subsystem support.
      7
      8if MMP_DISP
      9source "drivers/video/fbdev/mmp/hw/Kconfig"
     10source "drivers/video/fbdev/mmp/panel/Kconfig"
     11source "drivers/video/fbdev/mmp/fb/Kconfig"
     12endif