diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-06-14 12:05:40 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2021-06-16 14:46:54 +0000 |
commit | 1708a2fcc9a8e09d3e45327a3b31d4e7c7653c73 (patch) | |
tree | 59079ed8459c3dd1eed7c26a337d59cd7c9e3636 /src/southbridge | |
parent | a15dea9ab257362306be3205460b974c5688e128 (diff) |
sb/intel/lynxpoint/Kconfig: Fix typo in help text
Lynxpont ---> LynxPoint
Change-Id: I5af67079ead389beeafd9172aa1b98980dacbd38
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55489
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/southbridge')
-rw-r--r-- | src/southbridge/intel/lynxpoint/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/lynxpoint/Kconfig b/src/southbridge/intel/lynxpoint/Kconfig index fe859f62ed..03b3e9a50f 100644 --- a/src/southbridge/intel/lynxpoint/Kconfig +++ b/src/southbridge/intel/lynxpoint/Kconfig @@ -40,7 +40,7 @@ config INTEL_LYNXPOINT_LP bool default n help - Set this option to y for Lynxpont LP (Haswell ULT). + Set this option to y for LynxPoint LP (Haswell ULT). config EHCI_BAR hex |