diff options
author | Joonyoung Shim <jy0922.shim@samsung.com> | 2017-07-26 14:27:19 +0900 |
---|---|---|
committer | Joonyoung Shim <jy0922.shim@samsung.com> | 2017-07-26 14:27:19 +0900 |
commit | 80ea5a0e1718a1e20603a641745e768aab8dbce8 (patch) | |
tree | 4e8320cc42316344ddcb51026823799c3aa9ea76 | |
parent | a7122e33ccacbf2fa94e1570df1624d9334a21ed (diff) | |
download | linux-rpi3-80ea5a0e1718a1e20603a641745e768aab8dbce8.tar.gz linux-rpi3-80ea5a0e1718a1e20603a641745e768aab8dbce8.tar.bz2 linux-rpi3-80ea5a0e1718a1e20603a641745e768aab8dbce8.zip |
ARM64: tizen_bcmrpi3_defconfig: enable GPIO_BCM_EXP
VC4 DRM hdmi uses HPD gpio controlled by Broadcom expander GPIO driver,
so enable GPIO_BCM_EXP config.
Change-Id: I1457a0d2d9d071363eb2f43225a308eeeaaa3353
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
-rw-r--r-- | arch/arm64/configs/tizen_bcmrpi3_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/configs/tizen_bcmrpi3_defconfig b/arch/arm64/configs/tizen_bcmrpi3_defconfig index d17b54499232..f3b04e6593b7 100644 --- a/arch/arm64/configs/tizen_bcmrpi3_defconfig +++ b/arch/arm64/configs/tizen_bcmrpi3_defconfig @@ -1847,7 +1847,7 @@ CONFIG_GPIO_SYSFS=y # # CONFIG_GPIO_74XX_MMIO is not set # CONFIG_GPIO_ALTERA is not set -# CONFIG_GPIO_BCM_EXP is not set +CONFIG_GPIO_BCM_EXP=y CONFIG_GPIO_BCM_VIRT=y # CONFIG_GPIO_DWAPB is not set # CONFIG_GPIO_GENERIC_PLATFORM is not set |