Kconfig (c5860e4a2737a8b29dc426c800d01c5be6aad811) | Kconfig (ebe7f3393784857c487bf82f86813a8b1384e278) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# Intel pin control drivers 3menu "Intel pinctrl drivers" 4 depends on (ACPI && X86) || COMPILE_TEST 5 6config PINCTRL_BAYTRAIL 7 bool "Intel Baytrail GPIO pin control" 8 select PINCTRL_INTEL --- 124 unchanged lines hidden (view full) --- 133 134config PINCTRL_METEORLAKE 135 tristate "Intel Meteor Lake pinctrl and GPIO driver" 136 select PINCTRL_INTEL 137 help 138 This pinctrl driver provides an interface that allows configuring 139 of Intel Meteor Lake pins and using them as GPIOs. 140 | 1# SPDX-License-Identifier: GPL-2.0 2# Intel pin control drivers 3menu "Intel pinctrl drivers" 4 depends on (ACPI && X86) || COMPILE_TEST 5 6config PINCTRL_BAYTRAIL 7 bool "Intel Baytrail GPIO pin control" 8 select PINCTRL_INTEL --- 124 unchanged lines hidden (view full) --- 133 134config PINCTRL_METEORLAKE 135 tristate "Intel Meteor Lake pinctrl and GPIO driver" 136 select PINCTRL_INTEL 137 help 138 This pinctrl driver provides an interface that allows configuring 139 of Intel Meteor Lake pins and using them as GPIOs. 140 |
141config PINCTRL_METEORPOINT 142 tristate "Intel Meteor Point pinctrl and GPIO driver" 143 depends on ACPI 144 select PINCTRL_INTEL 145 help 146 Meteor Point is the PCH of Intel Meteor Lake. This pinctrl driver 147 provides an interface that allows configuring of PCH pins and 148 using them as GPIOs. 149 |
|
141config PINCTRL_SUNRISEPOINT 142 tristate "Intel Sunrisepoint pinctrl and GPIO driver" 143 select PINCTRL_INTEL 144 help 145 Sunrisepoint is the PCH of Intel Skylake. This pinctrl driver 146 provides an interface that allows configuring of PCH pins and 147 using them as GPIOs. 148 149config PINCTRL_TIGERLAKE 150 tristate "Intel Tiger Lake pinctrl and GPIO driver" 151 select PINCTRL_INTEL 152 help 153 This pinctrl driver provides an interface that allows configuring 154 of Intel Tiger Lake PCH pins and using them as GPIOs. 155 156source "drivers/pinctrl/intel/Kconfig.tng" 157endmenu | 150config PINCTRL_SUNRISEPOINT 151 tristate "Intel Sunrisepoint pinctrl and GPIO driver" 152 select PINCTRL_INTEL 153 help 154 Sunrisepoint is the PCH of Intel Skylake. This pinctrl driver 155 provides an interface that allows configuring of PCH pins and 156 using them as GPIOs. 157 158config PINCTRL_TIGERLAKE 159 tristate "Intel Tiger Lake pinctrl and GPIO driver" 160 select PINCTRL_INTEL 161 help 162 This pinctrl driver provides an interface that allows configuring 163 of Intel Tiger Lake PCH pins and using them as GPIOs. 164 165source "drivers/pinctrl/intel/Kconfig.tng" 166endmenu |