summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.gpio
blob: 6cdc97d1876316b3112235255f6279c0777d286f (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_SOLIDRUN_IMX6
	default n