diff options
| author | Tom Rini <[email protected]> | 2022-03-30 18:07:31 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-04-08 10:46:22 -0400 |
| commit | 388de0fa8bf5b232800b80ebb616363cda50f06c (patch) | |
| tree | 731fda220ca7db5da7e2d1cf40ebe780496fc7c1 /drivers | |
| parent | bef12ea4a3232e37bdad63163533488f00f459de (diff) | |
Convert CONFIG_DIMM_SLOTS_PER_CTLR to Kconfig
This converts the following to Kconfig:
CONFIG_DIMM_SLOTS_PER_CTLR
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/ddr/fsl/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/ddr/fsl/Kconfig b/drivers/ddr/fsl/Kconfig index 27716706043..5925fe9e287 100644 --- a/drivers/ddr/fsl/Kconfig +++ b/drivers/ddr/fsl/Kconfig @@ -53,6 +53,10 @@ config CHIP_SELECTS_PER_CTRL int "Number of chip selects per controller" default 4 +config DIMM_SLOTS_PER_CTLR + int "Number of DIMM slots per controller" + default 1 + config SYS_FSL_DDR_VER int default 50 if SYS_FSL_DDR_VER_50 |
