From 46255f7ee4728e0ee02c0cb8d9edeeee1a8e5361 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 12 Jul 2018 15:26:07 -0600 Subject: Kconfig: Make the EM100 config option common This applied to AMD devices as well as Intel, although the mechanism is different. Move the option to a common place. BUG=b:111363976 TEST=USE=em100-mode emerge-reef coreboot See that a message appears: * Enabling em100 mode (slow SPI flash) Change-Id: Iea437bdf42e7bc49b1d28c812bfc6128e3eb68bd Signed-off-by: Simon Glass Reviewed-on: https://review.coreboot.org/27467 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/google/kahlee/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig index ef7db041d4..2e44a72865 100644 --- a/src/mainboard/google/kahlee/Kconfig +++ b/src/mainboard/google/kahlee/Kconfig @@ -39,6 +39,7 @@ config BOARD_GOOGLE_BASEBOARD_KAHLEE select DRIVERS_GENERIC_ADAU7002 select DRIVERS_GENERIC_MAX98357A select DRIVERS_I2C_DA7219 + select HAVE_EM100_SUPPORT if BOARD_GOOGLE_BASEBOARD_KAHLEE -- cgit v1.2.3