summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.gpio
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/config/Config.in.gpio')
-rw-r--r--target/linux/config/Config.in.gpio8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.gpio b/target/linux/config/Config.in.gpio
index 6cdc97d18..678b04674 100644
--- a/target/linux/config/Config.in.gpio
+++ b/target/linux/config/Config.in.gpio
@@ -1,3 +1,9 @@
+config ADK_KERNEL_RESET_CONTROLLER
+ boolean
+
+config ADK_KERNEL_RESET_GPIO
+ boolean
+
config ADK_KERNEL_GPIOLIB
boolean
@@ -12,5 +18,7 @@ config ADK_KERNEL_GPIO_MXC
select ADK_KERNEL_GPIOLIB
select ADK_KERNEL_GPIO_SYSFS
select ADK_KERNEL_GPIO_GENERIC
+ select ADK_KERNEL_RESET_CONTROLLER
+ select ADK_KERNEL_RESET_GPIO
default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
default n