diff options
| author | Andreas Kemnade <andreas@kemnade.info> | 2020-12-01 20:12:37 +0100 | 
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2020-12-07 15:59:41 +0200 | 
| commit | 2f6fc9e08bf79f11516edef855283c6212bbe78f (patch) | |
| tree | 1da1351e55c8f9c355e2d73e4c10f1e47876f7f6 | |
| parent | 665f1388bc9713c81989dda6eed5cde52d57c255 (diff) | |
ARM: omap2plus_defconfig: enable SPI GPIO
GTA04 uses that for controlling the td028ttec1 panel. So
for easier testing/bisecting it is useful to have it
enabled in the defconfig.
Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Signed-off-by: Tony Lindgren <tony@atomide.com>
| -rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 23b53526c4eb..28add0b64d42 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -280,6 +280,7 @@ CONFIG_SERIAL_OMAP_CONSOLE=y  CONFIG_SERIAL_DEV_BUS=y  CONFIG_I2C_CHARDEV=y  CONFIG_SPI=y +CONFIG_SPI_GPIO=m  CONFIG_SPI_OMAP24XX=y  CONFIG_SPI_TI_QSPI=m  CONFIG_HSI=m | 
