drivers: sdhc: Fix acronym expansion for SD Host Controller in Kconfig
Fixes an issue in which "SDHC" had been incorrectly expanded to "Secure Digital High Capacity" instead of "SD Host Controller". Signed-off-by: Egill Sigurdur <egill@egill.xyz>
This commit is contained in:
parent
9d64cb4186
commit
18acd4ce40
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
menuconfig SDHC
|
||||
bool "Secure Digital High Capacity (SDHC) drivers"
|
||||
bool "Secure Digital (SD card) host controller drivers"
|
||||
help
|
||||
Include drivers for SD host controller
|
||||
Include drivers for interacting with SD cards
|
||||
|
||||
if SDHC
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue