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/southbridge/intel | |
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/southbridge/intel')
-rw-r--r-- | src/southbridge/intel/bd82x6x/Kconfig | 2 | ||||
-rw-r--r-- | src/southbridge/intel/ibexpeak/Kconfig | 2 | ||||
-rw-r--r-- | src/southbridge/intel/lynxpoint/Kconfig | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/southbridge/intel/bd82x6x/Kconfig b/src/southbridge/intel/bd82x6x/Kconfig index 06ac5c6455..21816e5136 100644 --- a/src/southbridge/intel/bd82x6x/Kconfig +++ b/src/southbridge/intel/bd82x6x/Kconfig @@ -8,7 +8,7 @@ config SOUTHBRIDGE_INTEL_C216 if SOUTHBRIDGE_INTEL_BD82X6X || SOUTHBRIDGE_INTEL_C216 -config SOUTH_BRIDGE_OPTIONS # dummy +config SOUTH_BRIDGE_OPTIONS def_bool y select ACPI_INTEL_HARDWARE_SLEEP_VALUES select ACPI_SOC_NVS diff --git a/src/southbridge/intel/ibexpeak/Kconfig b/src/southbridge/intel/ibexpeak/Kconfig index cea0efed97..f172bf1eb3 100644 --- a/src/southbridge/intel/ibexpeak/Kconfig +++ b/src/southbridge/intel/ibexpeak/Kconfig @@ -5,7 +5,7 @@ config SOUTHBRIDGE_INTEL_IBEXPEAK if SOUTHBRIDGE_INTEL_IBEXPEAK -config SOUTH_BRIDGE_OPTIONS # dummy +config SOUTH_BRIDGE_OPTIONS def_bool y select ACPI_INTEL_HARDWARE_SLEEP_VALUES select ACPI_SOC_NVS diff --git a/src/southbridge/intel/lynxpoint/Kconfig b/src/southbridge/intel/lynxpoint/Kconfig index 7ad3c00027..a9a2f5bb9e 100644 --- a/src/southbridge/intel/lynxpoint/Kconfig +++ b/src/southbridge/intel/lynxpoint/Kconfig @@ -5,7 +5,7 @@ config SOUTHBRIDGE_INTEL_LYNXPOINT if SOUTHBRIDGE_INTEL_LYNXPOINT -config SOUTH_BRIDGE_OPTIONS # dummy +config SOUTH_BRIDGE_OPTIONS def_bool y select ACPI_INTEL_HARDWARE_SLEEP_VALUES select ACPI_SOC_NVS |