diff options
| author | Ley Foon Tan <[email protected]> | 2017-04-05 17:32:51 +0800 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2017-04-14 14:06:57 +0200 |
| commit | 707cd012e2e1dbed7150f7908727abb7bdc4c1a7 (patch) | |
| tree | 9278f440d699bfb81fca30223545c940feaa29af /drivers/Kconfig | |
| parent | e11b5e8d6ef72f2e83e680d132a0617a4540f0aa (diff) | |
arm: socfpga: Convert Altera DDR SDRAM driver to use Kconfig
Convert Altera DDR SDRAM driver to use Kconfig method.
Enable ALTERA_SDRAM by default if it is on Gen5 target.
Arria 10 will have different driver.
Signed-off-by: Tien Fong Chee <[email protected]>
Signed-off-by: Ley Foon Tan <[email protected]>
Diffstat (limited to 'drivers/Kconfig')
| -rw-r--r-- | drivers/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig index 0e5d97d1664..3e6bbacd15c 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -14,6 +14,8 @@ source "drivers/cpu/Kconfig" source "drivers/crypto/Kconfig" +source "drivers/ddr/Kconfig" + source "drivers/demo/Kconfig" source "drivers/ddr/fsl/Kconfig" |
