summaryrefslogtreecommitdiff
path: root/i386
diff options
context:
space:
mode:
authorнаб <nabijaczleweli@gmail.com>2020-05-30 18:45:35 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-06-01 23:07:32 +0200
commit204a382c7b6ccc6443a81688066319d73ef65cab (patch)
treeea3079e78a93c1d0607999d7696121cd0b58591b /i386
parentf802b371c8f5e0ca89bbea8f197b5bec5763f78f (diff)
Support GPT disklabels and build them by default
Based on UEFI 2.8A spec
Diffstat (limited to 'i386')
-rw-r--r--i386/linux/dev/include/linux/autoconf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/i386/linux/dev/include/linux/autoconf.h b/i386/linux/dev/include/linux/autoconf.h
index 75ff2aad..bd035d4e 100644
--- a/i386/linux/dev/include/linux/autoconf.h
+++ b/i386/linux/dev/include/linux/autoconf.h
@@ -246,6 +246,8 @@
#undef CONFIG_BSD_DISKLABEL
#undef CONFIG_SMD_DISKLABEL
+#define CONFIG_GPT_DISKLABEL 1
+
/*
* Character devices
*/