[linux-yocto] [PATCH 03/11] pinctrl: intel: use 'bool' state for PINCTRL_APL_DEVICE in Kconfig

Yong, Jonathan jonathan.yong at intel.com
Mon Jun 27 18:28:18 PDT 2016


From: Tan Jui Nee <jui.nee.tan at intel.com>

Intel Apollo Lake GPIO pin control Platform Device Emulation is only
working as build-in module.

Signed-off-by: Tan Jui Nee <jui.nee.tan at intel.com>
---
 drivers/pinctrl/intel/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/intel/Kconfig b/drivers/pinctrl/intel/Kconfig
index bab8823..417fb39 100644
--- a/drivers/pinctrl/intel/Kconfig
+++ b/drivers/pinctrl/intel/Kconfig
@@ -42,7 +42,7 @@ config PINCTRL_BROXTON
 	  configuring of SoC pins and using them as GPIOs.
 
 config PINCTRL_APL_DEVICE
-	tristate "Intel Apollo Lake GPIO pin control Platform Device Emulation"
+	bool "Intel Apollo Lake GPIO pin control Platform Device Emulation"
 	depends on PINCTRL_BROXTON
 	help
 	  This driver is to set up platform device in the absent of ACPI
-- 
2.7.3



More information about the linux-yocto mailing list