diff options
author | York Sun <york.sun@nxp.com> | 2016-12-28 08:43:40 -0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-04 19:40:41 -0500 |
commit | d26e34c4c4b6473fdbd412a3b2dc33a94b08e8ff (patch) | |
tree | 22eaf9594d9a0b0dbbe31a489a7a80f751939b1a /arch/powerpc/Kconfig | |
parent | a10550385169e456950add6f3e2a4774d6aea67c (diff) | |
download | u-boot-d26e34c4c4b6473fdbd412a3b2dc33a94b08e8ff.tar.gz |
fsl_ddr: Move DDR config options to driver Kconfig
Create driver/ddr/fsl/Kconfig and move existing options. Clean up
existing macros.
Signed-off-by: York Sun <york.sun@nxp.com>
[trini: Migrate sbc8641d, xpedite537x and MPC8536DS, run a moveconfig.py -s]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 853e2656fa..0033c35261 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -30,9 +30,13 @@ config MPC83xx config MPC85xx bool "MPC85xx" select CREATE_ARCH_SYMLINK + select SYS_FSL_DDR + select SYS_FSL_DDR_BE config MPC86xx bool "MPC86xx" + select SYS_FSL_DDR + select SYS_FSL_DDR_BE config 8xx bool "MPC8xx" |