mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-05 18:14:07 +08:00
16 lines
474 B
Plaintext
16 lines
474 B
Plaintext
|
#
|
||
|
# Intel pin control drivers
|
||
|
#
|
||
|
|
||
|
config PINCTRL_BAYTRAIL
|
||
|
bool "Intel Baytrail GPIO pin control"
|
||
|
depends on GPIOLIB && ACPI
|
||
|
select GPIOLIB_IRQCHIP
|
||
|
help
|
||
|
driver for memory mapped GPIO functionality on Intel Baytrail
|
||
|
platforms. Supports 3 banks with 102, 28 and 44 gpios.
|
||
|
Most pins are usually muxed to some other functionality by firmware,
|
||
|
so only a small amount is available for gpio use.
|
||
|
|
||
|
Requires ACPI device enumeration code to set up a platform device.
|