diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-02-01 09:45:08 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2021-02-02 13:49:49 +0000 |
commit | 00b5f533615eac269d73af5f0e6c69cb498ca7d9 (patch) | |
tree | a4513bcfcc6170bce9c5e246979eac3f78100519 /src/northbridge | |
parent | 060ae5c88b3026f6f91b37de977528eba38a0068 (diff) |
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>
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/intel/e7505/Kconfig | 2 | ||||
-rw-r--r-- | src/northbridge/intel/gm45/Kconfig | 2 | ||||
-rw-r--r-- | src/northbridge/intel/i945/Kconfig | 2 | ||||
-rw-r--r-- | src/northbridge/intel/pineview/Kconfig | 2 | ||||
-rw-r--r-- | src/northbridge/intel/x4x/Kconfig | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/northbridge/intel/e7505/Kconfig b/src/northbridge/intel/e7505/Kconfig index e07691a788..d222e2e3b0 100644 --- a/src/northbridge/intel/e7505/Kconfig +++ b/src/northbridge/intel/e7505/Kconfig @@ -5,7 +5,7 @@ config NORTHBRIDGE_INTEL_E7505 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 256b088d25..58942f07f3 100644 --- a/src/northbridge/intel/gm45/Kconfig +++ b/src/northbridge/intel/gm45/Kconfig @@ -5,7 +5,7 @@ config NORTHBRIDGE_INTEL_GM45 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 456193aa3b..23369e7da3 100644 --- a/src/northbridge/intel/i945/Kconfig +++ b/src/northbridge/intel/i945/Kconfig @@ -5,7 +5,7 @@ config NORTHBRIDGE_INTEL_I945 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 b1863ef901..ad134f283f 100644 --- a/src/northbridge/intel/pineview/Kconfig +++ b/src/northbridge/intel/pineview/Kconfig @@ -5,7 +5,7 @@ config NORTHBRIDGE_INTEL_PINEVIEW 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 32e85d392b..711340d376 100644 --- a/src/northbridge/intel/x4x/Kconfig +++ b/src/northbridge/intel/x4x/Kconfig @@ -5,7 +5,7 @@ config NORTHBRIDGE_INTEL_X4X if NORTHBRIDGE_INTEL_X4X -config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy +config NORTHBRIDGE_SPECIFIC_OPTIONS def_bool y select HAVE_DEBUG_RAM_SETUP select VGA |