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


      1# SPDX-License-Identifier: GPL-2.0-only
      2#
      3# VIA/Wondermedia PINCTRL drivers
      4#
      5
      6if ARCH_VT8500
      7
      8config PINCTRL_WMT
      9	bool
     10	select PINMUX
     11	select GENERIC_PINCONF
     12
     13config PINCTRL_VT8500
     14	bool "VIA VT8500 pin controller driver"
     15	depends on ARCH_WM8505
     16	select PINCTRL_WMT
     17	help
     18	  Say yes here to support the gpio/pin control module on
     19	  VIA VT8500 SoCs.
     20
     21config PINCTRL_WM8505
     22	bool "Wondermedia WM8505 pin controller driver"
     23	depends on ARCH_WM8505
     24	select PINCTRL_WMT
     25	help
     26	  Say yes here to support the gpio/pin control module on
     27	  Wondermedia WM8505 SoCs.
     28
     29config PINCTRL_WM8650
     30	bool "Wondermedia WM8650 pin controller driver"
     31	depends on ARCH_WM8505
     32	select PINCTRL_WMT
     33	help
     34	  Say yes here to support the gpio/pin control module on
     35	  Wondermedia WM8650 SoCs.
     36
     37config PINCTRL_WM8750
     38	bool "Wondermedia WM8750 pin controller driver"
     39	depends on ARCH_WM8750
     40	select PINCTRL_WMT
     41	help
     42	  Say yes here to support the gpio/pin control module on
     43	  Wondermedia WM8750 SoCs.
     44
     45config PINCTRL_WM8850
     46	bool "Wondermedia WM8850 pin controller driver"
     47	depends on ARCH_WM8850
     48	select PINCTRL_WMT
     49	help
     50	  Say yes here to support the gpio/pin control module on
     51	  Wondermedia WM8850 SoCs.
     52
     53endif