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.gpio38
1 files changed, 19 insertions, 19 deletions
diff --git a/target/linux/config/Config.in.gpio b/target/linux/config/Config.in.gpio
index ef918f266..de67272bc 100644
--- a/target/linux/config/Config.in.gpio
+++ b/target/linux/config/Config.in.gpio
@@ -1,48 +1,48 @@
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
-config ADK_KERNEL_RESET_GPIO
+config ADK_LINUX_KERNEL_RESET_GPIO
bool
-config ADK_KERNEL_GPIOLIB
+config ADK_LINUX_KERNEL_GPIOLIB
bool
-config ADK_KERNEL_GPIO_SYSFS
+config ADK_LINUX_KERNEL_GPIO_SYSFS
bool
-config ADK_KERNEL_GPIO_GENERIC
+config ADK_LINUX_KERNEL_GPIO_GENERIC
bool
-config ADK_KERNEL_GPIO_DEVRES
+config ADK_LINUX_KERNEL_GPIO_DEVRES
bool
-config ADK_KERNEL_GPIO_GENERIC_PLATFORM
+config ADK_LINUX_KERNEL_GPIO_GENERIC_PLATFORM
bool
-config ADK_KERNEL_BCM2708_GPIO
+config ADK_LINUX_KERNEL_BCM2708_GPIO
bool
- select ADK_KERNEL_GPIOLIB
- select ADK_KERNEL_GPIO_SYSFS
- select ADK_KERNEL_GPIO_GENERIC
- select ADK_KERNEL_RESET_CONTROLLER
+ select ADK_LINUX_KERNEL_GPIOLIB
+ select ADK_LINUX_KERNEL_GPIO_SYSFS
+ select ADK_LINUX_KERNEL_GPIO_GENERIC
+ select ADK_LINUX_KERNEL_RESET_CONTROLLER
depends on ADK_TARGET_BOARD_BCM28XX
default y if ADK_TARGET_BOARD_BCM28XX
default n
-config ADK_KERNEL_GPIO_MXC
+config ADK_LINUX_KERNEL_GPIO_MXC
bool
- select ADK_KERNEL_GPIOLIB
- select ADK_KERNEL_GPIO_SYSFS
- select ADK_KERNEL_GPIO_GENERIC
- select ADK_KERNEL_RESET_CONTROLLER
- select ADK_KERNEL_RESET_GPIO
+ select ADK_LINUX_KERNEL_GPIOLIB
+ select ADK_LINUX_KERNEL_GPIO_SYSFS
+ select ADK_LINUX_KERNEL_GPIO_GENERIC
+ select ADK_LINUX_KERNEL_RESET_CONTROLLER
+ select ADK_LINUX_KERNEL_RESET_GPIO
depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
default n
-config ADK_KERNEL_ETRAX_GPIO
+config ADK_LINUX_KERNEL_ETRAX_GPIO
bool
- select ADK_KERNEL_GPIO_DEVRES
+ select ADK_LINUX_KERNEL_GPIO_DEVRES
depends on ADK_TARGET_SYSTEM_QEMU_CRIS
default y if ADK_TARGET_SYSTEM_QEMU_CRIS
default n