From: Rebecca Chang Swee Fun <[email protected]> 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 <[email protected]> --- 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 -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
