event: Correct dependencies on the EVENT framework
[platform/kernel/u-boot.git] / arch / x86 / cpu / broadwell / Kconfig
index 8501949..39deda3 100644 (file)
@@ -1,12 +1,24 @@
+# SPDX-License-Identifier: GPL-2.0
 #
 # Copyright (C) 2016 Google Inc.
 #
-# SPDX-License-Identifier:     GPL-2.0
 
 config INTEL_BROADWELL
        bool
        select CACHE_MRC_BIN
+       select DM_EVENT
+       select ARCH_EARLY_INIT_R
        imply HAVE_INTEL_ME
+       imply ENABLE_MRC_CACHE
+       imply AHCI_PCI
+       imply ICH_SPI
+       imply INTEL_BROADWELL_GPIO
+       imply SCSI
+       imply SCSI_AHCI
+       imply SPI_FLASH
+       imply USB
+       imply USB_EHCI_HCD
+       imply VIDEO_BROADWELL_IGD
 
 if INTEL_BROADWELL