[Xenomai-git] Philippe Gerum : drivers/gpio: allow building as module

2016-12-27 Thread git repository hosting
Module: xenomai-3
Branch: wip/drivers
Commit: 429a2315f831746f2f2b17dd82d0bfc86b527fa6
URL:
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=429a2315f831746f2f2b17dd82d0bfc86b527fa6

Author: Philippe Gerum 
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


[Xenomai-git] Philippe Gerum : drivers/gpio: allow building as module

2016-11-21 Thread git repository hosting
Module: xenomai-3
Branch: wip/drivers
Commit: bcfae2ffb73f50124247f10a0a5752f72bc53e08
URL:
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=bcfae2ffb73f50124247f10a0a5752f72bc53e08

Author: Philippe Gerum 
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