diff options
author | Rajesh Bhagat | 2019-02-01 05:22:01 +0000 |
---|---|---|
committer | Prabhakar Kushwaha | 2019-03-03 20:56:01 +0530 |
commit | 32413125b3486c2376d5df6791f1329268725bc9 (patch) | |
tree | 0d806dc5476d6cadece8e4a593ab9a3624b98bdc /scripts | |
parent | 31a1c951efd205ece47c963a282c13aa74d6e388 (diff) |
configs: fsl: move DDR specific defines to Kconfig
Moves below DDR specific defines to Kconfig:
CONFIG_FSL_DDR_BIST
CONFIG_FSL_DDR_FIRST_SLOT_QUAD_CAPABLE
CONFIG_FSL_DDR_INTERACTIVE
CONFIG_FSL_DDR_SYNC_REFRESH
Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 346c388d206..db00376d92f 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -624,10 +624,6 @@ CONFIG_FSL_CADMUS CONFIG_FSL_CORENET CONFIG_FSL_CPLD CONFIG_FSL_DCU_SII9022A -CONFIG_FSL_DDR_BIST -CONFIG_FSL_DDR_FIRST_SLOT_QUAD_CAPABLE -CONFIG_FSL_DDR_INTERACTIVE -CONFIG_FSL_DDR_SYNC_REFRESH CONFIG_FSL_DEEP_SLEEP CONFIG_FSL_DEVICE_DISABLE CONFIG_FSL_DIU_CH7301 |