From c8832e1cee68edbe2612f1559ccdd28e1b5f83d1 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Wed, 20 Sep 2017 19:34:50 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/21611 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Arthur Heymans Reviewed-by: Martin Roth --- src/mainboard/intel/littleplains/Kconfig | 1 + src/mainboard/intel/mohonpeak/Kconfig | 1 + 2 files changed, 2 insertions(+) (limited to 'src/mainboard/intel') 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 diff --git a/src/mainboard/intel/mohonpeak/Kconfig b/src/mainboard/intel/mohonpeak/Kconfig index c354d1bebd..207944e6c2 100644 --- a/src/mainboard/intel/mohonpeak/Kconfig +++ b/src/mainboard/intel/mohonpeak/Kconfig @@ -71,6 +71,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 -- cgit v1.2.3