config PARTITION_TABLE
	bool "partition ptable"
	default n

config PARTITION_ARMPC
	bool "armpc partition"
	depends on PARTITION_TABLE
	default n
	help
	  config partition for armpc platform

config PRODUCT_CDC
	bool "cdc partition"
	depends on PARTITION_TABLE
	default n
	help
	  config partition for cdc platform

config PRODUCT_CDC_ACE
	bool "cdc ace partition"
	depends on PARTITION_TABLE
	default n
	help
	  config partition for cdc ace platform

config PRODUCT_IOT_PARTITION
	bool "new iot partition"
	depends on PARTITION_TABLE
	default n
	help
	  config partition for new iot platform

config PARTITION_TARGET_OHOS
	bool "ohos partition"
	depends on PARTITION_TABLE
	default n
	help
	  config partition for ohos platform

config PARTITION_PC
	bool "new pc partition"
	depends on PARTITION_TABLE
	default n
	help
	  config partition for new pc platform

config PARTITION_TYPE_VAB
	bool "new VAB partition"
	default n
	help
	  config partition for new VAB platform

config PARTITION_PATH_BY_LABEL
	bool "/dev/disk/by-partlabel"
	depends on PARTITION_TABLE
	default n
	help
	  This enable use /dev/disk/by-partlable path to access in kernel
