]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cmd/zfs.c
disk: convert CONFIG_DOS_PARTITION to Kconfig
[people/ms/u-boot.git] / cmd / zfs.c
index 93067a990a9afc2c04c284719263bebbd3b852c7..8f0c410ad83191a0e2c650eb1f8a6d5c425077e1 100644 (file)
--- a/cmd/zfs.c
+++ b/cmd/zfs.c
@@ -24,7 +24,7 @@
 #include <usb.h>
 #endif
 
-#if !defined(CONFIG_DOS_PARTITION) && !defined(CONFIG_EFI_PARTITION)
+#if !CONFIG_IS_ENABLED(DOS_PARTITION) && !defined(CONFIG_EFI_PARTITION)
 #error DOS or EFI partition support must be selected
 #endif