24 lines
726 B
Diff
24 lines
726 B
Diff
|
From 6df7fdf7e0c76df7acc2d1a3a287bf094a94c4ff Mon Sep 17 00:00:00 2001
|
||
|
From: Ying Zhang <ying.zhang22455@nxp.com>
|
||
|
Date: Thu, 29 Sep 2016 13:55:44 +0800
|
||
|
Subject: [PATCH 124/124] armv8: aarch32: defconfig: Enable FTM alarm support
|
||
|
|
||
|
This patch is to enable FTM alarm support.
|
||
|
|
||
|
Signed-off-by: Alison Wang <alison.wang@nxp.com>
|
||
|
---
|
||
|
arch/arm/configs/ls_aarch32_defconfig | 2 ++
|
||
|
1 file changed, 2 insertions(+)
|
||
|
|
||
|
--- a/arch/arm/configs/ls_aarch32_defconfig
|
||
|
+++ b/arch/arm/configs/ls_aarch32_defconfig
|
||
|
@@ -181,6 +181,8 @@ CONFIG_STAGING=y
|
||
|
CONFIG_CLK_QORIQ=y
|
||
|
# CONFIG_IOMMU_SUPPORT is not set
|
||
|
CONFIG_MEMORY=y
|
||
|
+CONFIG_LS_SOC_DRIVERS=y
|
||
|
+CONFIG_FTM_ALARM=y
|
||
|
CONFIG_PWM=y
|
||
|
CONFIG_PWM_FSL_FTM=y
|
||
|
# CONFIG_RESET_CONTROLLER is not set
|