Print a warning when an unknow USB controller type is detected.
[coreboot.git] / payloads / libpayload / Config.in
index 5ac35faeca37f20943050d430ce5e103aba693ff..fe534001bb40725b557bc917b13750ab412a390c 100644 (file)
@@ -73,6 +73,10 @@ config TARGET_POWERPC
 
 endchoice
 
+config MEMMAP_RAM_ONLY
+       bool "Only consider RAM entries in memory map for further processing"
+       default n
+
 config MULTIBOOT
        bool "Multiboot header support"
        depends on TARGET_I386
@@ -230,7 +234,6 @@ config USB_EHCI
        depends on USB
        help
          Select this option if you want to use USB 2.0
-         NOTE: This option is not (fully) implemented yet
 
 config USB_XHCI
        bool "Support for USB xHCI controllers"