diff options
Diffstat (limited to 'disk/Kconfig')
-rw-r--r-- | disk/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/disk/Kconfig b/disk/Kconfig index 8af2a95430..28fb81c2ee 100644 --- a/disk/Kconfig +++ b/disk/Kconfig @@ -4,6 +4,10 @@ menu "Partition Types" config PARTITIONS bool "Enable Partition Labels (disklabels) support" default y + select SPL_SPRINTF if SPL + select TPL_SPRINTF if TPL + select SPL_STRTO if SPL + select TPL_STRTO if TPL help Partition Labels (disklabels) Supported: Zero or more of the following: |