summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.gpio
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-08-25 18:45:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-08-25 18:46:12 +0200
commit53df4177128b18cff32c7049fc0327fe8c0ee43f (patch)
tree3ba543915da70d7d94ab35da86aa0b0b5a858c92 /target/linux/config/Config.in.gpio
parent07ab77d3e3938e8ae39a0532a4cc4e122a727679 (diff)
fix framebuffer support on solidrun-imx
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