Module: xenomai-3
Branch: wip/drivers
Commit: bcfae2ffb73f50124247f10a0a5752f72bc53e08
URL:    
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=bcfae2ffb73f50124247f10a0a5752f72bc53e08

Author: Philippe Gerum <r...@xenomai.org>
Date:   Sat Jun 18 15:39:52 2016 +0200

drivers/gpio: allow building as module

---

 kernel/drivers/gpio/Kconfig |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/kernel/drivers/gpio/Kconfig b/kernel/drivers/gpio/Kconfig
index 001c1bc..8997963 100644
--- a/kernel/drivers/gpio/Kconfig
+++ b/kernel/drivers/gpio/Kconfig
@@ -1,13 +1,13 @@
 menu "Real-time GPIO drivers"
 
 config XENO_DRIVERS_GPIO
-       bool
+       tristate
        depends on GPIOLIB
 
 config XENO_DRIVERS_GPIO_BCM2708
        depends on MACH_BCM2708
        select XENO_DRIVERS_GPIO
-       bool "Support for BCM2708 GPIOs"
+       tristate "Support for BCM2708 GPIOs"
        help
 
        Suitable for the GPIO controller present on Broadcom's BCM2708
@@ -16,7 +16,7 @@ config XENO_DRIVERS_GPIO_BCM2708
 config XENO_DRIVERS_GPIO_MXC
        depends on GPIO_MXC
        select XENO_DRIVERS_GPIO
-       bool "Support for MXC GPIOs"
+       tristate "Support for MXC GPIOs"
        help
 
        Suitable for the GPIO controller available with


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
https://xenomai.org/mailman/listinfo/xenomai-git

Reply via email to