diff options
author | Tom Rini | 2022-06-10 22:59:27 -0400 |
---|---|---|
committer | Tom Rini | 2022-06-28 17:03:31 -0400 |
commit | 0a816d92d581749341c0c725816efe930e56e2a4 (patch) | |
tree | 6c2763fe9e087c538a109c80d5bc15d08ee37138 /configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig | |
parent | 21af94f882b764353b781c8a4569961124189e0b (diff) |
Convert CONFIG_FSL_SATA_V2 to Kconfig
This converts the following to Kconfig:
CONFIG_FSL_SATA_V2
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig')
-rw-r--r-- | configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig b/configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig index 39feff2f483..4e1eac59043 100644 --- a/configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig +++ b/configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig @@ -66,6 +66,7 @@ CONFIG_BOOTFILE="uImage" CONFIG_USE_ETHPRIME=y CONFIG_ETHPRIME="eTSEC1" CONFIG_DM=y +CONFIG_FSL_SATA_V2=y CONFIG_SYS_SATA_MAX_DEVICE=2 CONFIG_FSL_CAAM=y CONFIG_DDR_CLK_FREQ=66666666 |