boards: shields: Enable gpio by default on adafruit_2_8_tft_touch_v2

The display controller and SDMMC slot both define GPIOs for their chip
select signals, so enable GPIO drivers by default for this shield.

This missing default was discovered in CI when extending the fat_fs
sample to build with this shield. Many boards enable GPIO drivers by
default, but some boards like sam_v71_xult and sam_v71b_xult do not.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2021-04-01 17:29:18 -05:00 committed by Anas Nashif
parent 3eb0d116f5
commit 72595a334c
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
if SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2
config GPIO
default y
if DISPLAY
config SPI