diff options
author | Tom Rini | 2022-02-25 11:19:53 -0500 |
---|---|---|
committer | Tom Rini | 2022-03-03 16:51:20 -0500 |
commit | f9147d636ce26eec8719ce8167887736c321ef94 (patch) | |
tree | 3dd23e183191688c331a9a597c69a0871e9247d9 /configs/P1010RDB-PB_36BIT_SDCARD_defconfig | |
parent | 819b4778d6f9136676c5484ca504bd3363b89fd5 (diff) |
Convert CONFIG_CHIP_SELECTS_PER_CTRL to Kconfig
This converts the following to Kconfig:
CONFIG_CHIP_SELECTS_PER_CTRL
Cc: Alison Wang <alison.wang@nxp.com>
Cc: Pramod Kumar <pramod.kumar_1@nxp.com>
Cc: Priyanka Jain <priyanka.jain@nxp.com>
Cc: Rajesh Bhagat <rajesh.bhagat@nxp.com>
Cc: Vladimir Oltean <olteanv@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/P1010RDB-PB_36BIT_SDCARD_defconfig')
-rw-r--r-- | configs/P1010RDB-PB_36BIT_SDCARD_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P1010RDB-PB_36BIT_SDCARD_defconfig b/configs/P1010RDB-PB_36BIT_SDCARD_defconfig index 5a6b8550ceb..4082cef228f 100644 --- a/configs/P1010RDB-PB_36BIT_SDCARD_defconfig +++ b/configs/P1010RDB-PB_36BIT_SDCARD_defconfig @@ -54,6 +54,7 @@ CONFIG_DM=y CONFIG_SYS_SATA_MAX_DEVICE=2 CONFIG_FSL_CAAM=y CONFIG_DDR_CLK_FREQ=66666666 +CONFIG_CHIP_SELECTS_PER_CTRL=1 CONFIG_DM_I2C=y CONFIG_SPL_SYS_I2C_LEGACY=y CONFIG_I2C_SET_DEFAULT_BUS_NUM=y |