The following patch introduced a superfluous endif at the end of drivers/gpio/Kconfig, resulting in configuration failures.
commit d3bce96fa662b68f4de2146894c026a9da561df7 Author: Zumeng Chen <[email protected]> Date: Wed Sep 29 09:58:56 2010 +0800 Add gpio support for nxp_74hc153 Remove the extra endif. Signed-off-by: Darren Hart <[email protected]> CC: Zumeng Chen <[email protected]> --- drivers/gpio/Kconfig | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 29591e2..df5c97c 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -463,5 +463,3 @@ config GPIO_NXP_74HC153 help Platform driver for NXP 74HC153 Dual 4-input Multiplexer. This provides a GPIO interface supporting inputs. - -endif -- 1.7.6 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
