summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.gpio
blob: cdb8ca923babc79a70df7041f2c3b983cce92ee9 (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
	select ADK_KERNEL_GPIOLIB
	select ADK_KERNEL_GPIO_SYSFS
	select ADK_KERNEL_GPIO_GENERIC
	default y if ADK_TARGET_SYSTEM_CUBOX_I
	boolean