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


      1# SPDX-License-Identifier: GPL-2.0-only
      2if ARCH_U8500
      3
      4config PINCTRL_ABX500
      5	bool "ST-Ericsson ABx500 family Mixed Signal Circuit gpio functions"
      6	depends on AB8500_CORE
      7	select GENERIC_PINCONF
      8	help
      9	  Select this to enable the ABx500 family IC GPIO driver
     10
     11config PINCTRL_AB8500
     12	bool "AB8500 pin controller driver"
     13	depends on PINCTRL_ABX500 && ARCH_U8500
     14
     15config PINCTRL_AB8505
     16	bool "AB8505 pin controller driver"
     17	depends on PINCTRL_ABX500 && ARCH_U8500
     18
     19endif
     20
     21if (ARCH_U8500 || ARCH_NOMADIK)
     22
     23config PINCTRL_NOMADIK
     24	bool "Nomadik pin controller driver"
     25	depends on OF && GPIOLIB
     26	select PINMUX
     27	select PINCONF
     28	select OF_GPIO
     29	select GPIOLIB_IRQCHIP
     30
     31config PINCTRL_STN8815
     32	bool "STN8815 pin controller driver"
     33	depends on PINCTRL_NOMADIK && ARCH_NOMADIK
     34
     35config PINCTRL_DB8500
     36	bool "DB8500 pin controller driver"
     37	depends on PINCTRL_NOMADIK && ARCH_U8500
     38
     39endif