event: Correct dependencies on the EVENT framework
[platform/kernel/u-boot.git] / board / google / Kconfig
index 22c4be3..a0f1a60 100644 (file)
@@ -4,12 +4,21 @@
 
 if VENDOR_GOOGLE
 
+config BIOSEMU
+       bool
+       select X86EMU_RAW_IO
+
+config X86EMU_RAW_IO
+       bool
+
 choice
        prompt "Mainboard model"
        optional
 
 config TARGET_CHROMEBOOK_CORAL
        bool "Chromebook coral"
+       select BIOSEMU
+       select EVENT
        help
          This is a range of Intel-based laptops released in 2018. They use an
          Intel Apollo Lake SoC. The design supports WiFi, 4GB to 16GB of
@@ -24,6 +33,7 @@ config TARGET_CHROMEBOOK_CORAL
 
 config TARGET_CHROMEBOOK_LINK
        bool "Chromebook link"
+       select BIOSEMU
        help
          This is the Chromebook Pixel released in 2013. It uses an Intel
          i5 Ivybridge which is a die-shrink of Sandybridge, with 4GB of
@@ -36,6 +46,7 @@ config TARGET_CHROMEBOOK_LINK
 
 config TARGET_CHROMEBOOK_LINK64
        bool "Chromebook link 64-bit"
+       select BIOSEMU
        help
          This is the Chromebook Pixel released in 2013. With this config
          U-Boot is built as a 64-bit binary. This allows testing while this
@@ -43,6 +54,7 @@ config TARGET_CHROMEBOOK_LINK64
 
 config TARGET_CHROMEBOX_PANTHER
        bool "Chromebox panther (not available)"
+       select BIOSEMU
        help
          Note: At present this must be used with coreboot. See README.x86
          for instructions.