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
      2config DRM_SHMOBILE
      3	tristate "DRM Support for SH Mobile"
      4	depends on DRM && ARM
      5	depends on ARCH_SHMOBILE || COMPILE_TEST
      6	select BACKLIGHT_CLASS_DEVICE
      7	select DRM_KMS_HELPER
      8	select DRM_GEM_CMA_HELPER
      9	help
     10	  Choose this option if you have an SH Mobile chipset.
     11	  If M is selected the module will be called shmob-drm.
     12