From 9bb871a0bb4c239239944d28bd4d5cfa19d84f62 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 3 Mar 2018 15:46:47 +0100 Subject: add support for waldux --- target/waldux/config/Config.in.gpio | 48 +++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 target/waldux/config/Config.in.gpio (limited to 'target/waldux/config/Config.in.gpio') diff --git a/target/waldux/config/Config.in.gpio b/target/waldux/config/Config.in.gpio new file mode 100644 index 000000000..73c3083a7 --- /dev/null +++ b/target/waldux/config/Config.in.gpio @@ -0,0 +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_WALDUX_KERNEL_RESET_GPIO + bool + +config ADK_WALDUX_KERNEL_GPIOLIB + bool + +config ADK_WALDUX_KERNEL_GPIO_SYSFS + bool + +config ADK_WALDUX_KERNEL_GPIO_GENERIC + bool + +config ADK_WALDUX_KERNEL_GPIO_DEVRES + bool + +config ADK_WALDUX_KERNEL_GPIO_GENERIC_PLATFORM + bool + +config ADK_WALDUX_KERNEL_BCM2708_GPIO + bool + select ADK_WALDUX_KERNEL_GPIOLIB + select ADK_WALDUX_KERNEL_GPIO_SYSFS + select ADK_WALDUX_KERNEL_GPIO_GENERIC + select ADK_WALDUX_KERNEL_RESET_CONTROLLER + depends on ADK_TARGET_BOARD_BCM28XX + default y if ADK_TARGET_BOARD_BCM28XX + default n + +config ADK_WALDUX_KERNEL_GPIO_MXC + bool + select ADK_WALDUX_KERNEL_GPIOLIB + select ADK_WALDUX_KERNEL_GPIO_SYSFS + select ADK_WALDUX_KERNEL_GPIO_GENERIC + select ADK_WALDUX_KERNEL_RESET_CONTROLLER + select ADK_WALDUX_KERNEL_RESET_GPIO + depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 + default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 + default n + +config ADK_WALDUX_KERNEL_ETRAX_GPIO + bool + select ADK_WALDUX_KERNEL_GPIO_DEVRES + depends on ADK_TARGET_SYSTEM_QEMU_CRIS + default y if ADK_TARGET_SYSTEM_QEMU_CRIS + default n -- cgit v1.2.3