summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.gpio
blob: d66bff46fbee5faab762e8b28a1793a11dc6d35c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
	default n