diff options
author | Dave Gerlach | 2020-07-15 23:40:02 -0500 |
---|---|---|
committer | Simon Glass | 2020-07-25 14:46:57 -0600 |
commit | bc2a293e429b2bc6f492810ca2a6fd1474f3564c (patch) | |
tree | d869dd4ddea527d25bef0ce126dffad6f1397a42 /configs/am65x_hs_evm_r5_defconfig | |
parent | e8918bccd87e729e2e2b3d740054fd7609f5674e (diff) |
configs: am65x_evm: Enable CONFIG_SOC_DEVICE and CONFIG_SOC_DEVICE_TI_K3
Enable CONFIG_SOC_DEVICE and CONFIG_SOC_DEVICE_TI_K3 so the TI K3 SoC
driver can be used for SoC detection.
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Diffstat (limited to 'configs/am65x_hs_evm_r5_defconfig')
-rw-r--r-- | configs/am65x_hs_evm_r5_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/am65x_hs_evm_r5_defconfig b/configs/am65x_hs_evm_r5_defconfig index ead4a59c387..e24311aea6e 100644 --- a/configs/am65x_hs_evm_r5_defconfig +++ b/configs/am65x_hs_evm_r5_defconfig @@ -121,3 +121,5 @@ CONFIG_TIMER=y CONFIG_SPL_TIMER=y CONFIG_OMAP_TIMER=y CONFIG_FS_FAT_MAX_CLUSTSIZE=16384 +CONFIG_SOC_DEVICE=y +CONFIG_SOC_DEVICE_TI_K3=y |