summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.gpio
blob: 414a4b0ce1be9607d241cd6c048fafc4ef00b233 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config ADK_KERNEL_GPIOLIB
	boolean

config ADK_KERNEL_GPIO_SYSFS
	boolean

config ADK_KERNEL_GPIO_GENERIC
	boolean

config ADK_KERNEL_GPIO_MXC
	boolean
	select ADK_KERNEL_GPIOLIB
	select ADK_KERNEL_GPIO_SYSFS
	select ADK_KERNEL_GPIO_GENERIC
	default y if ADK_TARGET_SYSTEM_CUBOX_I