[linux-yocto] [yocto-kernel-cache] [PATCH] broxton: set CONFIG_GPIO_GENERIC_PLATFORM instead of CONFIG_GPIO_GENERIC

rebecca.swee.fun.chang at intel.com rebecca.swee.fun.chang at intel.com
Mon Jun 27 00:11:04 PDT 2016


From: Rebecca Chang Swee Fun <rebecca.swee.fun.chang at intel.com>

CONFIG_GPIO_GENERIC option is tristate, this will ensure we
enable by selecting CONFIG_GPIO_GENERIC_PLATFORM.

This addresses the following message:

Value requested for CONFIG_GPIO_GENERIC not in final ".config"
Requested value: "CONFIG_GPIO_GENERIC=y"
Actual value set: ""

Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang at intel.com>
---
 features/soc/broxton/broxton.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/features/soc/broxton/broxton.cfg b/features/soc/broxton/broxton.cfg
index 9ac809b..efe5d71 100644
--- a/features/soc/broxton/broxton.cfg
+++ b/features/soc/broxton/broxton.cfg
@@ -20,3 +20,4 @@ CONFIG_INTEL_IDMA64=y
 # GPIO support
 CONFIG_GPIO_SYSFS=y
 CONFIG_GPIO_GENERIC=y
+CONFIG_GPIO_GENERIC_PLATFORM=y
-- 
1.9.1



More information about the linux-yocto mailing list