diff options
author | Olof Johansson <olof@lixom.net> | 2017-01-30 00:09:56 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-01-30 00:09:56 -0500 |
commit | 9450a5dc5391e40ca8f2aa50e4fa91fe4fb7c5be (patch) | |
tree | a9419be15324bbc55229646c245ce69982b165df | |
parent | 14463a0453f0af579c61acf550bd52158015da32 (diff) | |
parent | 5aaac4278afa6ef8a42dc2c51f3e1a1a20d5bd97 (diff) |
Merge tag 'imx-defconfig-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/defconfig
i.MX defconfig updates for 4.11:
- Select wireless extensions option for imx_v6_v7_defconfig, so that
wireless works out of box with userspace tools such as 'iwconfig'.
- Enable EXT4 filesystem support for vf610m4_defconfig.
* tag 'imx-defconfig-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
ARM: vf610m4: defconfig: enable EXT4 filesystem
ARM: imx_v6_v7_defconfig: Select wireless extensions option
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 4 | ||||
-rw-r--r-- | arch/arm/configs/vf610m4_defconfig | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index cbe7faf55245..eaba3b165d72 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig | |||
@@ -79,6 +79,7 @@ CONFIG_BT_HCIUART=y | |||
79 | CONFIG_BT_HCIUART_H4=y | 79 | CONFIG_BT_HCIUART_H4=y |
80 | CONFIG_BT_HCIUART_LL=y | 80 | CONFIG_BT_HCIUART_LL=y |
81 | CONFIG_CFG80211=y | 81 | CONFIG_CFG80211=y |
82 | CONFIG_CFG80211_WEXT=y | ||
82 | CONFIG_MAC80211=y | 83 | CONFIG_MAC80211=y |
83 | CONFIG_RFKILL=y | 84 | CONFIG_RFKILL=y |
84 | CONFIG_RFKILL_INPUT=y | 85 | CONFIG_RFKILL_INPUT=y |
@@ -174,7 +175,6 @@ CONFIG_INPUT_MISC=y | |||
174 | CONFIG_INPUT_MMA8450=y | 175 | CONFIG_INPUT_MMA8450=y |
175 | CONFIG_SERIO_SERPORT=m | 176 | CONFIG_SERIO_SERPORT=m |
176 | # CONFIG_LEGACY_PTYS is not set | 177 | # CONFIG_LEGACY_PTYS is not set |
177 | # CONFIG_DEVKMEM is not set | ||
178 | CONFIG_SERIAL_IMX=y | 178 | CONFIG_SERIAL_IMX=y |
179 | CONFIG_SERIAL_IMX_CONSOLE=y | 179 | CONFIG_SERIAL_IMX_CONSOLE=y |
180 | CONFIG_SERIAL_FSL_LPUART=y | 180 | CONFIG_SERIAL_FSL_LPUART=y |
@@ -194,11 +194,11 @@ CONFIG_GPIO_SYSFS=y | |||
194 | CONFIG_GPIO_MC9S08DZ60=y | 194 | CONFIG_GPIO_MC9S08DZ60=y |
195 | CONFIG_GPIO_PCA953X=y | 195 | CONFIG_GPIO_PCA953X=y |
196 | CONFIG_GPIO_STMPE=y | 196 | CONFIG_GPIO_STMPE=y |
197 | CONFIG_POWER_SUPPLY=y | ||
198 | CONFIG_POWER_RESET=y | 197 | CONFIG_POWER_RESET=y |
199 | CONFIG_POWER_RESET_IMX=y | 198 | CONFIG_POWER_RESET_IMX=y |
200 | CONFIG_POWER_RESET_SYSCON=y | 199 | CONFIG_POWER_RESET_SYSCON=y |
201 | CONFIG_POWER_RESET_SYSCON_POWEROFF=y | 200 | CONFIG_POWER_RESET_SYSCON_POWEROFF=y |
201 | CONFIG_POWER_SUPPLY=y | ||
202 | CONFIG_SENSORS_GPIO_FAN=y | 202 | CONFIG_SENSORS_GPIO_FAN=y |
203 | CONFIG_SENSORS_IIO_HWMON=y | 203 | CONFIG_SENSORS_IIO_HWMON=y |
204 | CONFIG_THERMAL=y | 204 | CONFIG_THERMAL=y |
diff --git a/arch/arm/configs/vf610m4_defconfig b/arch/arm/configs/vf610m4_defconfig index aeb2482c492e..b7ecb83a95b6 100644 --- a/arch/arm/configs/vf610m4_defconfig +++ b/arch/arm/configs/vf610m4_defconfig | |||
@@ -7,7 +7,6 @@ CONFIG_BLK_DEV_INITRD=y | |||
7 | CONFIG_KALLSYMS_ALL=y | 7 | CONFIG_KALLSYMS_ALL=y |
8 | CONFIG_EMBEDDED=y | 8 | CONFIG_EMBEDDED=y |
9 | # CONFIG_MMU is not set | 9 | # CONFIG_MMU is not set |
10 | CONFIG_ARM_SINGLE_ARMV7M=y | ||
11 | CONFIG_ARCH_MXC=y | 10 | CONFIG_ARCH_MXC=y |
12 | CONFIG_SOC_VF610=y | 11 | CONFIG_SOC_VF610=y |
13 | CONFIG_SET_MEM_PARAM=y | 12 | CONFIG_SET_MEM_PARAM=y |
@@ -38,5 +37,5 @@ CONFIG_SERIAL_FSL_LPUART_CONSOLE=y | |||
38 | CONFIG_MFD_SYSCON=y | 37 | CONFIG_MFD_SYSCON=y |
39 | # CONFIG_HID is not set | 38 | # CONFIG_HID is not set |
40 | # CONFIG_USB_SUPPORT is not set | 39 | # CONFIG_USB_SUPPORT is not set |
40 | CONFIG_EXT4_FS=y | ||
41 | # CONFIG_MISC_FILESYSTEMS is not set | 41 | # CONFIG_MISC_FILESYSTEMS is not set |
42 | # CONFIG_FTRACE is not set | ||