block: partitions: add rockchip partition support
[firefly-linux-kernel-4.4.55.git] / block / partitions / Kconfig
index 9b29a996c3114a3d09c41abdcaaa0f3f19abe3ff..66a5a35bfe2d966756ea8d7b06776e194f934419 100644 (file)
@@ -261,6 +261,16 @@ config SYSV68_PARTITION
          sysv68).
          Otherwise, say N.
 
+config RK_PARTITION
+       bool "Rockchip partition table support" if PARTITION_ADVANCED
+       default y if ARCH_ROCKCHIP
+       ---help---
+         Like most systems, Rockchip use its own hard disk partition table
+         format, incompatible with all others. Say Y here if you would like
+         to be able to read the hard disk partition table format used by
+         Rockchip SoCs inside machines with eMMC as main storage disk.
+         Otherwise, say N.
+
 config CMDLINE_PARTITION
        bool "Command line partition support" if PARTITION_ADVANCED
        select BLK_CMDLINE_PARSER