diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2019-03-20 10:12:54 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-05-20 03:08:28 +0200 |
commit | a0e05ed8221ca7441670aebf11a4a5bff67c86d2 (patch) | |
tree | 16ea6e30f2edd32ebe7e53ad8441c8b535d61bc2 /arch/arm | |
parent | ARM: imx_v6_v7_defconfig: Add GPIO_PCF857X (diff) | |
download | linux-a0e05ed8221ca7441670aebf11a4a5bff67c86d2.tar.xz linux-a0e05ed8221ca7441670aebf11a4a5bff67c86d2.zip |
ARM: imx_v6_v7_defconfig: Enable SIOX bus
Now that there is a board making use of this bus is available
enable the siox code to increase compile coverage.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index b2d057f70eab..765003ac7053 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -211,6 +211,7 @@ CONFIG_SPI_GPIO=y CONFIG_SPI_IMX=y CONFIG_SPI_FSL_DSPI=y CONFIG_GPIO_SYSFS=y +CONFIG_GPIO_SIOX=m CONFIG_GPIO_MAX732X=y CONFIG_GPIO_MC9S08DZ60=y CONFIG_GPIO_PCA953X=y @@ -405,6 +406,8 @@ CONFIG_NVMEM_VF610_OCOTP=y CONFIG_TEE=y CONFIG_OPTEE=y CONFIG_MUX_MMIO=y +CONFIG_SIOX=m +CONFIG_SIOX_BUS_GPIO=m CONFIG_EXT2_FS=y CONFIG_EXT2_FS_XATTR=y CONFIG_EXT2_FS_POSIX_ACL=y |