General Purpose Input Output
General Purpose Input Output
GPIO, Kernel Driver Tests
user@Minnowboard:~$ ls /sys/kernel/gpio
ls: cannot access /sys/kernel/gpio: No such file or directoryGPIO, Kernel Drivers Enablement
user@Minnowboard:~$ cd linux
user@Minnowboard:~$ make menuconfig
Processor type and features --->
[*] Intel Low Power Subsystem Support
Symbol: X86_INTEL_LPSS [=y]
Prompt: Intel Low Power Subsystem Support
Device Drivers --->
Pin controllers --->
[*] Intel Baytrail GPIO pin control
Symbol: PINCTRL_BAYTRAIL [=y]
Prompt: Intel Baytrail GPIO pin control
Device Drivers --->
-*- GPIO Support --->
Symbol: GPIOLIB [=y]
Prompt: GPIO Support
[*] Debug GPIO calls
Symbol: DEBUG_GPIO [=y]
Prompt: Debug GPIO calls
[*] /sys/class/gpio/... (sysfs interface)
Symbol: GPIO_SYSFS [=y]
Prompt: /sys/class/gpio/... (sysfs interface)GPIO, Kernel Modules Tests
GPIO, Userspace Tests
GPIO, Online Resources
End of File
Last updated