diff options
author | Prabhakar Kushwaha | 2017-02-02 15:01:13 +0530 |
---|---|---|
committer | York Sun | 2017-02-03 14:31:02 -0800 |
commit | d98b98d62e7d4326f254eda87d2fc4c76807b1f1 (patch) | |
tree | 6a771e65bb9c234ec8be187781c6c3fa37ca9ec8 /include/configs/T4240RDB.h | |
parent | 5b404be671890e0ae4f84fb14f62bb5865e67a65 (diff) |
arch: powerpc: Move CONFIG_FSL_IFC to Kconfig
Enable IFC from Kconfig.
Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/T4240RDB.h')
-rw-r--r-- | include/configs/T4240RDB.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T4240RDB.h b/include/configs/T4240RDB.h index e15b0ea88bb..9136bf036ed 100644 --- a/include/configs/T4240RDB.h +++ b/include/configs/T4240RDB.h @@ -73,7 +73,6 @@ #define CONFIG_SYS_FSL_CPC /* Corenet Platform Cache */ #define CONFIG_SYS_NUM_CPC CONFIG_SYS_NUM_DDR_CTLRS -#define CONFIG_FSL_IFC /* Enable IFC Support */ #define CONFIG_FSL_CAAM /* Enable SEC/CAAM */ #define CONFIG_PCIE1 /* PCIE controller 1 */ #define CONFIG_PCIE2 /* PCIE controller 2 */ |