diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-11-27 20:36:44 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2018-11-28 13:53:51 +0000 |
commit | f0c5be2a4fe1746ef73764998427f3f852d27d60 (patch) | |
tree | 5523d29b80c9cad3989cdcdcece3acc07b6ac7be /src/mainboard/pcengines | |
parent | 4fbefc5282916550fe7cdd718263fe4cd957a2f3 (diff) |
mb/*/*/Kconfig: Remove useless comment
Change-Id: Ibdff50761a205d936b0ebe067f418be0a2051798
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/29871
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Hellsenberg <th3fanbus@gmail.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: David Guckian
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/mainboard/pcengines')
-rw-r--r-- | src/mainboard/pcengines/alix1c/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/pcengines/alix2d/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/pcengines/apu1/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/pcengines/apu2/Kconfig | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/pcengines/alix1c/Kconfig b/src/mainboard/pcengines/alix1c/Kconfig index 153e571521..556a323f21 100644 --- a/src/mainboard/pcengines/alix1c/Kconfig +++ b/src/mainboard/pcengines/alix1c/Kconfig @@ -1,6 +1,6 @@ if BOARD_PCENGINES_ALIX1C -config BOARD_SPECIFIC_OPTIONS # dummy +config BOARD_SPECIFIC_OPTIONS def_bool y select CPU_AMD_GEODE_LX select NORTHBRIDGE_AMD_LX diff --git a/src/mainboard/pcengines/alix2d/Kconfig b/src/mainboard/pcengines/alix2d/Kconfig index 64dcc584cf..aa8e85c0d6 100644 --- a/src/mainboard/pcengines/alix2d/Kconfig +++ b/src/mainboard/pcengines/alix2d/Kconfig @@ -1,6 +1,6 @@ if BOARD_PCENGINES_ALIX2C || BOARD_PCENGINES_ALIX2D || BOARD_PCENGINES_ALIX6 -config BOARD_SPECIFIC_OPTIONS # dummy +config BOARD_SPECIFIC_OPTIONS def_bool y select CPU_AMD_GEODE_LX select NORTHBRIDGE_AMD_LX diff --git a/src/mainboard/pcengines/apu1/Kconfig b/src/mainboard/pcengines/apu1/Kconfig index 5db3e877f4..9d4215901f 100644 --- a/src/mainboard/pcengines/apu1/Kconfig +++ b/src/mainboard/pcengines/apu1/Kconfig @@ -16,7 +16,7 @@ if BOARD_PCENGINES_APU1 -config BOARD_SPECIFIC_OPTIONS # dummy +config BOARD_SPECIFIC_OPTIONS def_bool y select CPU_AMD_AGESA_FAMILY14 select NORTHBRIDGE_AMD_AGESA_FAMILY14 diff --git a/src/mainboard/pcengines/apu2/Kconfig b/src/mainboard/pcengines/apu2/Kconfig index fe74bcc1f6..78addb240a 100644 --- a/src/mainboard/pcengines/apu2/Kconfig +++ b/src/mainboard/pcengines/apu2/Kconfig @@ -17,7 +17,7 @@ if BOARD_PCENGINES_APU2 || BOARD_PCENGINES_APU3 || BOARD_PCENGINES_APU4 || \ BOARD_PCENGINES_APU5 -config BOARD_SPECIFIC_OPTIONS # dummy +config BOARD_SPECIFIC_OPTIONS def_bool y select BINARYPI_LEGACY_WRAPPER select CPU_AMD_PI_00730F01 |