diff options
author | Olof Johansson <olof@lixom.net> | 2015-04-03 17:46:26 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-04-03 17:46:26 -0400 |
commit | d8ea2645e91c8a6446bc987a74ed67688763e7d4 (patch) | |
tree | ef6a52a7b57c130e5a9490aa017f8b2532f1da70 | |
parent | b98849ccc7b906b38646dac60558ea9e46de443a (diff) | |
parent | bfc6dc138ef01a65365834dcf251b95ace9969b7 (diff) |
Merge tag 'imx-defconfig-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/defconfig
Merge "ARM: imx: defconfig updates for 4.1" from Shawn Guo:
The i.MX defconfig updates for 4.1:
- Enable VFAT, Bluetooth and PCA953X GPIO expander support
* tag 'imx-defconfig-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
ARM: imx_v6_v7_defconfig: Enable Bluetooth support
ARM: imx_v6_v7_defconfig: Add CONFIG_GPIO_PCA953X
ARM: imx_v4_v5_defconfig: Add VFAT support
ARM: mxs_defconfig: Add VFAT support
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/configs/imx_v4_v5_defconfig | 1 | ||||
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 4 | ||||
-rw-r--r-- | arch/arm/configs/mxs_defconfig | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v4_v5_defconfig b/arch/arm/configs/imx_v4_v5_defconfig index e6b0007355f8..5a45d3e6c52b 100644 --- a/arch/arm/configs/imx_v4_v5_defconfig +++ b/arch/arm/configs/imx_v4_v5_defconfig | |||
@@ -177,6 +177,7 @@ CONFIG_EXT2_FS=y | |||
177 | CONFIG_EXT3_FS=y | 177 | CONFIG_EXT3_FS=y |
178 | CONFIG_EXT4_FS=y | 178 | CONFIG_EXT4_FS=y |
179 | # CONFIG_DNOTIFY is not set | 179 | # CONFIG_DNOTIFY is not set |
180 | CONFIG_VFAT_FS=y | ||
180 | # CONFIG_PROC_PAGE_MONITOR is not set | 181 | # CONFIG_PROC_PAGE_MONITOR is not set |
181 | CONFIG_TMPFS=y | 182 | CONFIG_TMPFS=y |
182 | CONFIG_JFFS2_FS=y | 183 | CONFIG_JFFS2_FS=y |
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index cf1e71e2f60a..fdeb1c83dcb5 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig | |||
@@ -71,6 +71,9 @@ CONFIG_IPV6=y | |||
71 | CONFIG_NETFILTER=y | 71 | CONFIG_NETFILTER=y |
72 | CONFIG_CAN=y | 72 | CONFIG_CAN=y |
73 | CONFIG_CAN_FLEXCAN=y | 73 | CONFIG_CAN_FLEXCAN=y |
74 | CONFIG_BT=y | ||
75 | CONFIG_BT_HCIUART=y | ||
76 | CONFIG_BT_HCIUART_3WIRE=y | ||
74 | CONFIG_CFG80211=y | 77 | CONFIG_CFG80211=y |
75 | CONFIG_MAC80211=y | 78 | CONFIG_MAC80211=y |
76 | CONFIG_RFKILL=y | 79 | CONFIG_RFKILL=y |
@@ -168,6 +171,7 @@ CONFIG_SPI=y | |||
168 | CONFIG_SPI_IMX=y | 171 | CONFIG_SPI_IMX=y |
169 | CONFIG_GPIO_SYSFS=y | 172 | CONFIG_GPIO_SYSFS=y |
170 | CONFIG_GPIO_MC9S08DZ60=y | 173 | CONFIG_GPIO_MC9S08DZ60=y |
174 | CONFIG_GPIO_PCA953X=y | ||
171 | CONFIG_GPIO_STMPE=y | 175 | CONFIG_GPIO_STMPE=y |
172 | CONFIG_POWER_SUPPLY=y | 176 | CONFIG_POWER_SUPPLY=y |
173 | CONFIG_POWER_RESET=y | 177 | CONFIG_POWER_RESET=y |
diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig index c7906c2fd645..b47e7c6628c9 100644 --- a/arch/arm/configs/mxs_defconfig +++ b/arch/arm/configs/mxs_defconfig | |||
@@ -149,6 +149,7 @@ CONFIG_EXT4_FS=y | |||
149 | CONFIG_FSCACHE=m | 149 | CONFIG_FSCACHE=m |
150 | CONFIG_FSCACHE_STATS=y | 150 | CONFIG_FSCACHE_STATS=y |
151 | CONFIG_CACHEFILES=m | 151 | CONFIG_CACHEFILES=m |
152 | CONFIG_VFAT_FS=y | ||
152 | CONFIG_TMPFS=y | 153 | CONFIG_TMPFS=y |
153 | CONFIG_TMPFS_POSIX_ACL=y | 154 | CONFIG_TMPFS_POSIX_ACL=y |
154 | CONFIG_JFFS2_FS=y | 155 | CONFIG_JFFS2_FS=y |