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/amd | |
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/amd')
-rw-r--r-- | src/southbridge/amd/agesa/hudson/Kconfig | 2 | ||||
-rw-r--r-- | src/southbridge/amd/pi/hudson/Kconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/southbridge/amd/agesa/hudson/Kconfig b/src/southbridge/amd/agesa/hudson/Kconfig index d0fbc49a36..0616277545 100644 --- a/src/southbridge/amd/agesa/hudson/Kconfig +++ b/src/southbridge/amd/agesa/hudson/Kconfig @@ -8,7 +8,7 @@ config SOUTHBRIDGE_AMD_AGESA_YANGTZE if SOUTHBRIDGE_AMD_AGESA_HUDSON || SOUTHBRIDGE_AMD_AGESA_YANGTZE -config SOUTHBRIDGE_SPECIFIC_OPTIONS # dummy +config SOUTHBRIDGE_SPECIFIC_OPTIONS def_bool y select IOAPIC select HAVE_USBDEBUG_OPTIONS diff --git a/src/southbridge/amd/pi/hudson/Kconfig b/src/southbridge/amd/pi/hudson/Kconfig index 6280f3acd0..b3b844f0cb 100644 --- a/src/southbridge/amd/pi/hudson/Kconfig +++ b/src/southbridge/amd/pi/hudson/Kconfig @@ -11,7 +11,7 @@ config SOUTHBRIDGE_AMD_PI_KERN if SOUTHBRIDGE_AMD_PI_AVALON || SOUTHBRIDGE_AMD_PI_BOLTON || SOUTHBRIDGE_AMD_PI_KERN -config SOUTHBRIDGE_SPECIFIC_OPTIONS # dummy +config SOUTHBRIDGE_SPECIFIC_OPTIONS def_bool y select IOAPIC select HAVE_USBDEBUG_OPTIONS |