layerscape: make uImage with zImage for 32-bit kernel
[openwrt/openwrt.git] / target / linux / layerscape / patches-4.4 / 2124-armv8-aarch32-defconfig-Enable-FTM-alarm-support.patch
1 From 6df7fdf7e0c76df7acc2d1a3a287bf094a94c4ff Mon Sep 17 00:00:00 2001
2 From: Ying Zhang <ying.zhang22455@nxp.com>
3 Date: Thu, 29 Sep 2016 13:55:44 +0800
4 Subject: [PATCH 124/124] armv8: aarch32: defconfig: Enable FTM alarm support
5
6 This patch is to enable FTM alarm support.
7
8 Signed-off-by: Alison Wang <alison.wang@nxp.com>
9 ---
10 arch/arm/configs/ls_aarch32_defconfig | 2 ++
11 1 file changed, 2 insertions(+)
12
13 --- a/arch/arm/configs/ls_aarch32_defconfig
14 +++ b/arch/arm/configs/ls_aarch32_defconfig
15 @@ -181,6 +181,8 @@ CONFIG_STAGING=y
16 CONFIG_CLK_QORIQ=y
17 # CONFIG_IOMMU_SUPPORT is not set
18 CONFIG_MEMORY=y
19 +CONFIG_LS_SOC_DRIVERS=y
20 +CONFIG_FTM_ALARM=y
21 CONFIG_PWM=y
22 CONFIG_PWM_FSL_FTM=y
23 # CONFIG_RESET_CONTROLLER is not set