diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-05-22 16:57:54 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-06-14 18:07:30 +0000 |
commit | 3bf4e28fb83ee1550e8adc1f1dcf993ccb79bdf4 (patch) | |
tree | 7862416d6270b594a6cb1639f49388622a382df6 /src/mainboard/getac | |
parent | 30645bff5e6c4a873d27f0d99ca2834488c0f119 (diff) |
nb/i945: Drop CHANNEL_XOR_RANDOMIZATION selection
CHANNEL_XOR_RANDOMIZATION is configurable for no reason.
Change-Id: I31e6ed6cb040dcba756cbfd2247d90753d372915
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32928
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/getac')
-rw-r--r-- | src/mainboard/getac/p470/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/getac/p470/Kconfig b/src/mainboard/getac/p470/Kconfig index a5eed1a659..9fe40bcb8f 100644 --- a/src/mainboard/getac/p470/Kconfig +++ b/src/mainboard/getac/p470/Kconfig @@ -32,7 +32,6 @@ config BOARD_SPECIFIC_OPTIONS select HAVE_ACPI_RESUME select UDELAY_LAPIC select BOARD_ROMSIZE_KB_1024 - select CHANNEL_XOR_RANDOMIZATION select INTEL_INT15 select I945_LVDS |