diff options
author | Subrata Banik <subratabanik@google.com> | 2024-11-19 17:05:50 +0530 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2024-11-22 02:49:25 +0000 |
commit | acbde3351392baeb8c2c258460bb6b57aecd55ea (patch) | |
tree | 460bde3764e0040335954ac114c1b6c6eaef9206 /src/soc/intel/pantherlake/Kconfig | |
parent | e7264110a6b32f9949a8e4a533548b903e041352 (diff) |
soc/intel/pantherlake: Add option to enable UFS controller
This patch adds a Kconfig option to enable the UFS controller for
mainboards using the Intel Panther Lake-UH SoC.
By default, the UFS controller is disabled as it is not supported by
other SoC configurations. This prevents accidental enabling of the
UFS controller on unsupported platforms.
BUG=b:379828045
TEST=Built google/fatcat with and without UFS enabled.
Change-Id: Ica89ae85582367809128fc6cf0cd5fe5d40a2235
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85191
Reviewed-by: Pranava Y N <pranavayn@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/pantherlake/Kconfig')
-rw-r--r-- | src/soc/intel/pantherlake/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/pantherlake/Kconfig b/src/soc/intel/pantherlake/Kconfig index 96c09b84ea..26a4987119 100644 --- a/src/soc/intel/pantherlake/Kconfig +++ b/src/soc/intel/pantherlake/Kconfig @@ -421,4 +421,8 @@ config SOC_PHYSICAL_ADDRESS_WIDTH int default 42 +config SOC_INTEL_UFS_CLK_FREQ_HZ + int + default 38400000 + endif |