config.mk: explain all the shortnames of X86 instruction sets to be removed for x86-compact
diff --git a/config.mk b/config.mk
index 0d5cdf5..96c1e1b 100644
--- a/config.mk
+++ b/config.mk
@@ -60,10 +60,15 @@
 # instructions are not used.
 #
 # The list of instruction sets to be removed includes:
-# - FPU
-# - MMX, SSE, SIMD, 3DNow, AVX, FMA, XOP
-# - VMX, SVM
-# - TSX
+# - Floating Point Unit (FPU)
+# - MultiMedia eXtension (MMX)
+# - Streaming SIMD Extensions (SSE)
+# - 3DNow
+# - Advanced Vector Extensions (AVX)
+# - Fused Multiply Add Operations (FMA)
+# - eXtended Operations (XOP)
+# - Virtual-Machine Extensions (VMX) + Secure Virtual Machine (AMD SVM)
+# - Transactional Synchronization Extensions (TSX)
 #
 # Due to this removal, the related instructions are nolonger supported.
 #