Kconfig (f0a2c77eb8e9ac5a4d783ef04c3e0f712cb707d6) | Kconfig (4bf2426103d2dd89c1b48bd5eba8cd16903ec40b) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# GPIO infrastructure and drivers 4# 5 6config ARCH_HAVE_CUSTOM_GPIO_H 7 bool 8 help --- 1626 unchanged lines hidden (view full) --- 1635 industrial control context, to be operated from userspace using 1636 the GPIO chardev interface. 1637 1638config GPIO_MOCKUP 1639 tristate "GPIO Testing Driver" 1640 select IRQ_SIM 1641 help 1642 This enables GPIO Testing driver, which provides a way to test GPIO | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# GPIO infrastructure and drivers 4# 5 6config ARCH_HAVE_CUSTOM_GPIO_H 7 bool 8 help --- 1626 unchanged lines hidden (view full) --- 1635 industrial control context, to be operated from userspace using 1636 the GPIO chardev interface. 1637 1638config GPIO_MOCKUP 1639 tristate "GPIO Testing Driver" 1640 select IRQ_SIM 1641 help 1642 This enables GPIO Testing driver, which provides a way to test GPIO |
1643 subsystem through sysfs(or char device) and debugfs. GPIO_SYSFS 1644 must be selected for this test. | 1643 subsystem through sysfs (or char device) and debugfs. |
1645 User could use it through the script in 1646 tools/testing/selftests/gpio/gpio-mockup.sh. Reference the usage in 1647 it. 1648 1649endmenu 1650 1651endif | 1644 User could use it through the script in 1645 tools/testing/selftests/gpio/gpio-mockup.sh. Reference the usage in 1646 it. 1647 1648endmenu 1649 1650endif |