From b0cf733933c3bc1b4ab353e16affabc60f863db5 Mon Sep 17 00:00:00 2001 From: Patrick Delaunay Date: Fri, 27 Jan 2017 11:00:37 +0100 Subject: disk: convert CONFIG_DOS_PARTITION to Kconfig Signed-off-by: Patrick Delaunay Signed-off-by: Patrick Delaunay --- include/part.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/part.h') diff --git a/include/part.h b/include/part.h index 0979005..7139cdd 100644 --- a/include/part.h +++ b/include/part.h @@ -365,7 +365,7 @@ int gpt_verify_partitions(struct blk_desc *dev_desc, gpt_header *gpt_head, gpt_entry **gpt_pte); #endif -#ifdef CONFIG_DOS_PARTITION +#if CONFIG_IS_ENABLED(DOS_PARTITION) /** * is_valid_dos_buf() - Ensure that a DOS MBR image is valid * -- cgit v1.1