treewide [Kconfig]: Remove useless comment

Change-Id: I3dafffa61f4fe6089fd11ef6579626aff8088df5
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50185
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
diff --git a/src/northbridge/intel/e7505/Kconfig b/src/northbridge/intel/e7505/Kconfig
index e07691a..d222e2e 100644
--- a/src/northbridge/intel/e7505/Kconfig
+++ b/src/northbridge/intel/e7505/Kconfig
@@ -5,7 +5,7 @@
 
 if NORTHBRIDGE_INTEL_E7505
 
-config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy
+config NORTHBRIDGE_SPECIFIC_OPTIONS
 	def_bool y
 	select NO_MMCONF_SUPPORT
 	select HAVE_DEBUG_RAM_SETUP
diff --git a/src/northbridge/intel/gm45/Kconfig b/src/northbridge/intel/gm45/Kconfig
index 256b088..58942f0 100644
--- a/src/northbridge/intel/gm45/Kconfig
+++ b/src/northbridge/intel/gm45/Kconfig
@@ -5,7 +5,7 @@
 
 if NORTHBRIDGE_INTEL_GM45
 
-config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy
+config NORTHBRIDGE_SPECIFIC_OPTIONS
 	def_bool y
 	select HAVE_DEBUG_RAM_SETUP
 	select VGA
diff --git a/src/northbridge/intel/i945/Kconfig b/src/northbridge/intel/i945/Kconfig
index 456193a..23369e7 100644
--- a/src/northbridge/intel/i945/Kconfig
+++ b/src/northbridge/intel/i945/Kconfig
@@ -5,7 +5,7 @@
 
 if NORTHBRIDGE_INTEL_I945
 
-config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy
+config NORTHBRIDGE_SPECIFIC_OPTIONS
 	def_bool y
 	select HAVE_DEBUG_RAM_SETUP
 	select VGA
diff --git a/src/northbridge/intel/pineview/Kconfig b/src/northbridge/intel/pineview/Kconfig
index b1863ef..ad134f2 100644
--- a/src/northbridge/intel/pineview/Kconfig
+++ b/src/northbridge/intel/pineview/Kconfig
@@ -5,7 +5,7 @@
 
 if NORTHBRIDGE_INTEL_PINEVIEW
 
-config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy
+config NORTHBRIDGE_SPECIFIC_OPTIONS
 	def_bool y
 	select HAVE_DEBUG_RAM_SETUP
 	select VGA
diff --git a/src/northbridge/intel/x4x/Kconfig b/src/northbridge/intel/x4x/Kconfig
index 32e85d3..711340d 100644
--- a/src/northbridge/intel/x4x/Kconfig
+++ b/src/northbridge/intel/x4x/Kconfig
@@ -5,7 +5,7 @@
 
 if NORTHBRIDGE_INTEL_X4X
 
-config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy
+config NORTHBRIDGE_SPECIFIC_OPTIONS
 	def_bool y
 	select HAVE_DEBUG_RAM_SETUP
 	select VGA