diff options
author | Leah Rowe <info@minifree.org> | 2016-08-18 14:56:50 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2016-08-18 14:59:49 +0100 |
commit | 7a70f43f11d95356f228124c49c6c63a8b2de8d4 (patch) | |
tree | 79eb3b322e0490db9d35bc7521bb7fad508946f6 /resources/libreboot/config/grub/x200_8mb | |
parent | 00881095e94ce7f42fcb16cfdd719fbffb15a03a (diff) | |
download | librebootfr-7a70f43f11d95356f228124c49c6c63a8b2de8d4.tar.gz librebootfr-7a70f43f11d95356f228124c49c6c63a8b2de8d4.zip |
Disable EHCI debug for the release (not needed in the release)
Diffstat (limited to 'resources/libreboot/config/grub/x200_8mb')
-rw-r--r-- | resources/libreboot/config/grub/x200_8mb/config | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/resources/libreboot/config/grub/x200_8mb/config b/resources/libreboot/config/grub/x200_8mb/config index bef9b513..94636c64 100644 --- a/resources/libreboot/config/grub/x200_8mb/config +++ b/resources/libreboot/config/grub/x200_8mb/config @@ -148,7 +148,7 @@ CONFIG_BOARD_LENOVO_X200=y # CONFIG_BOARD_LENOVO_X60 is not set CONFIG_CPU_ADDR_BITS=36 CONFIG_DEFAULT_CONSOLE_LOGLEVEL=8 -CONFIG_USBDEBUG=y +# CONFIG_USBDEBUG is not set # CONFIG_DRIVERS_PS2_KEYBOARD is not set # CONFIG_NO_POST is not set CONFIG_BOARD_ROMSIZE_KB_8192=y @@ -410,13 +410,6 @@ CONFIG_NO_UART_ON_SUPERIO=y # CONFIG_UART_USE_REFCLK_AS_INPUT_CLOCK is not set CONFIG_HAVE_USBDEBUG=y CONFIG_HAVE_USBDEBUG_OPTIONS=y -CONFIG_USBDEBUG_IN_ROMSTAGE=y -CONFIG_USBDEBUG_DEFAULT_PORT=0 -CONFIG_USBDEBUG_DONGLE_STD=y -# CONFIG_USBDEBUG_DONGLE_BEAGLEBONE is not set -# CONFIG_USBDEBUG_DONGLE_BEAGLEBONE_BLACK is not set -# CONFIG_USBDEBUG_DONGLE_FTDI_FT232H is not set -CONFIG_USBDEBUG_OPTIONAL_HUB_PORT=0 CONFIG_DRIVERS_GENERIC_IOAPIC=y CONFIG_SMBIOS_PROVIDED_BY_MOBO=y # CONFIG_DRIVERS_I2C_PCF8523 is not set @@ -454,7 +447,6 @@ CONFIG_MMCONF_SUPPORT=y # CONFIG_SQUELCH_EARLY_SMP=y # CONFIG_SPKMODEM is not set -CONFIG_CONSOLE_USB=y # CONFIG_CONSOLE_NE2K is not set CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x20000 # CONFIG_CONSOLE_CBMEM_DUMP_TO_UART is not set @@ -538,7 +530,6 @@ CONFIG_HAVE_DEBUG_RAM_SETUP=y # CONFIG_DEBUG_SMM_RELOCATION is not set # CONFIG_DEBUG_MALLOC is not set # CONFIG_DEBUG_ACPI is not set -# CONFIG_DEBUG_USBDEBUG is not set # CONFIG_TRACE is not set # CONFIG_DEBUG_BOOT_STATE is not set # CONFIG_ENABLE_APIC_EXT_ID is not set |