From: Michal Simek Date: Fri, 8 Jul 2022 09:14:52 +0000 (+0200) Subject: ti: keystone: Don't select GPIO_EXTRA_HEADER X-Git-Tag: v2022.10~85^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f36479e302231c68b63ee3a59a45081a3eb2c750;p=platform%2Fkernel%2Fu-boot.git ti: keystone: Don't select GPIO_EXTRA_HEADER keystone doesn't have custom gpio.h that's why don't select GPIO_EXTRA_HEADER which points to it. Logic in arch/arm/include/asm/gpio.h is very clear #ifdef CONFIG_GPIO_EXTRA_HEADER #include #endif #include Where it is visible that there is no gpio.h in platform headers: $ ls arch/arm/mach-keystone/include/mach/ clock_defs.h clock-k2e.h clock-k2hk.h ddr3.h hardware-k2e.h hardware-k2hk.h i2c_defs.h mon.h mux-k2g.h xhci-keystone.h clock.h clock-k2g.h clock-k2l.h hardware.h hardware-k2g.h hardware-k2l.h mmc_host_def.h msmc.h psc_defs.h Signed-off-by: Michal Simek Reviewed-by: Tom Rini --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 163e94fec0..d4fc83318a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -810,7 +810,6 @@ config ARCH_KEYSTONE select CMD_POWEROFF select CPU_V7A select DDR_SPD - select GPIO_EXTRA_HEADER select SUPPORT_SPL select SYS_ARCH_TIMER select SYS_THUMB_BUILD