]> git.sur5r.net Git - u-boot/blobdiff - disk/Kconfig
led: bcm6328: read base address in the parent node
[u-boot] / disk / Kconfig
index f3050cfde1381f5a69ea3d61abcf0e50cb678f89..28fb81c2ee6d16d6a2e3d679740c8336aa17d13b 100644 (file)
@@ -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:
@@ -53,7 +57,6 @@ config ISO_PARTITION
 config SPL_ISO_PARTITION
        bool "Enable ISO partition table for SPL"
        depends on SPL && PARTITIONS
-       default y if ISO_PARTITION
 
 config AMIGA_PARTITION
        bool "Enable AMIGA partition table"