diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2017-09-20 19:34:50 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-09-26 16:48:27 +0000 |
commit | c8832e1cee68edbe2612f1559ccdd28e1b5f83d1 (patch) | |
tree | 100d29e9e151980c3957705b7a5c15875eb92bc5 /src/mainboard/intel/littleplains/Kconfig | |
parent | 7ac2af32f317c99be61c94c082cfa411b5e7c144 (diff) | |
download | coreboot-c8832e1cee68edbe2612f1559ccdd28e1b5f83d1.tar.xz |
mainboard: use SeaBIOS config only when it's the payload of choice
It makes no sense for Das U-Boot which uses the same setting.
Change-Id: I1629aecf33cb62bb1e6856ef5627748a7dc74d8a
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Reviewed-on: https://review.coreboot.org/21611
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/intel/littleplains/Kconfig')
-rw-r--r-- | src/mainboard/intel/littleplains/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/intel/littleplains/Kconfig b/src/mainboard/intel/littleplains/Kconfig index 10cde71547..5c95aa8b10 100644 --- a/src/mainboard/intel/littleplains/Kconfig +++ b/src/mainboard/intel/littleplains/Kconfig @@ -58,6 +58,7 @@ config UART_FOR_CONSOLE config PAYLOAD_CONFIGFILE string + depends on PAYLOAD_SEABIOS default "$(top)/src/mainboard/$(MAINBOARDDIR)/config_seabios" help The Avoton/Rangeley chip does not allow devices to write into the 0xe000 |