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.gpio16
1 files changed, 8 insertions, 8 deletions
diff --git a/target/linux/config/Config.in.gpio b/target/linux/config/Config.in.gpio
index c4ce4b2c1..03f7ea5b0 100644
--- a/target/linux/config/Config.in.gpio
+++ b/target/linux/config/Config.in.gpio
@@ -1,27 +1,27 @@
config ADK_KERNEL_RESET_GPIO
- boolean
+ bool
config ADK_KERNEL_GPIOLIB
- boolean
+ bool
config ADK_KERNEL_GPIO_SYSFS
- boolean
+ bool
config ADK_KERNEL_GPIO_GENERIC
- boolean
+ bool
config ADK_KERNEL_BCM2708_GPIO
- boolean
+ bool
select ADK_KERNEL_GPIOLIB
select ADK_KERNEL_GPIO_SYSFS
select ADK_KERNEL_GPIO_GENERIC
select ADK_KERNEL_RESET_CONTROLLER
- depends on ADK_TARGET_SYSTEM_RASPBERRY_PI
- default y if ADK_TARGET_SYSTEM_RASPBERRY_PI
+ depends on ADK_TARGET_BOARD_BCM28XX
+ default y if ADK_TARGET_BOARD_BCM28XX
default n
config ADK_KERNEL_GPIO_MXC
- boolean
+ bool
select ADK_KERNEL_GPIOLIB
select ADK_KERNEL_GPIO_SYSFS
select ADK_KERNEL_GPIO_GENERIC