summaryrefslogtreecommitdiff
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorShaveta Leekha <shaveta@freescale.com>2014-10-14 11:26:25 (GMT)
committerMatthew Weigel <Matthew.Weigel@freescale.com>2014-12-11 18:38:17 (GMT)
commit8d9f502221d043975e51449bedf61d797900f191 (patch)
treebd67257fd70df1bbdc67a270a70d9c06d18f0ef2 /arch/arm/configs
parentc9f4319fe2bb2cdf3b4d048c00b32e239c49a938 (diff)
downloadlinux-fsl-qoriq-8d9f502221d043975e51449bedf61d797900f191.tar.xz
gpio: enable GPIO support in ls1021a_defconfig
LS1021a-qds has the same controller as GPIO on powerpc platform(MPC8XXX), so remove GPIO_MXC and add the one for GPIO_MPC8XXX Enable gpio as default Signed-off-by: Shaveta Leekha <shaveta@freescale.com> Change-Id: I13531087c312ef9fa3bb607b5202592d13b29727 Reviewed-on: http://git.am.freescale.net:8181/21800 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Zhengxiong Jin <Jason.Jin@freescale.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/ls1021a_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/configs/ls1021a_defconfig b/arch/arm/configs/ls1021a_defconfig
index 29225a0..cb9d6cf 100644
--- a/arch/arm/configs/ls1021a_defconfig
+++ b/arch/arm/configs/ls1021a_defconfig
@@ -105,6 +105,7 @@ CONFIG_SERIAL_8250_SHARE_IRQ=y
CONFIG_SERIAL_OF_PLATFORM=y
CONFIG_SERIAL_FSL_LPUART=y
CONFIG_SERIAL_FSL_LPUART_CONSOLE=y
+CONFIG_IRQ_DOMAIN_DEBUG=y
CONFIG_HW_RANDOM=y
CONFIG_I2C=y
CONFIG_I2C_CHARDEV=y
@@ -113,7 +114,10 @@ CONFIG_I2C_MUX_PCA954x=y
CONFIG_I2C_IMX=y
CONFIG_SPI=y
CONFIG_SPI_BITBANG=y
+CONFIG_GPIOLIB=y
+CONFIG_OF_GPIO=y
CONFIG_GPIO_SYSFS=y
+CONFIG_GPIO_MPC8XXX=y
CONFIG_SENSORS_LM90=y
CONFIG_SENSORS_LTC2945=y
CONFIG_SENSORS_INA2XX=y