diff options
author | Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com> | 2018-11-30 22:32:12 +0530 |
---|---|---|
committer | Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> | 2019-02-19 10:26:44 +0530 |
commit | 938e35e58f98ff2db46b4f40964a1c3b242b1295 (patch) | |
tree | 0b05b2bf06879a08ac6512fb9a72a8007ace0165 /configs/lx2160ardb_tfa_defconfig | |
parent | e088e587eda7a8813c977ddee84207ca728f87c5 (diff) |
lx2160: Enable support of EMC2305
Enable support for FAN controller EMC2305 for
LX2160A RDB board.
Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
Signed-off-by: Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com>
[PK: enable EMC2305 for lx2160rdb]
Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Diffstat (limited to 'configs/lx2160ardb_tfa_defconfig')
-rw-r--r-- | configs/lx2160ardb_tfa_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/lx2160ardb_tfa_defconfig b/configs/lx2160ardb_tfa_defconfig index 9b63175692..80dd2c1022 100644 --- a/configs/lx2160ardb_tfa_defconfig +++ b/configs/lx2160ardb_tfa_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_TARGET_LX2160ARDB=y CONFIG_SYS_TEXT_BASE=0x82000000 CONFIG_SYS_MALLOC_F_LEN=0x6000 +CONFIG_EMC2305=y CONFIG_TFABOOT=y CONFIG_ARMV8_SEC_FIRMWARE_SUPPORT=y CONFIG_SEC_FIRMWARE_ARMV8_PSCI=y |