Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig
  2. index 95cf330..4ef5da0 100644
  3. --- a/src/soc/intel/skylake/Kconfig
  4. +++ b/src/soc/intel/skylake/Kconfig
  5. @@ -199,11 +199,12 @@ config VGA_BIOS_ID
  6.  
  7. config UART_DEBUG
  8. bool "Enable UART debug port."
  9. - default n
  10. + default y
  11. select CONSOLE_SERIAL
  12. select DRIVERS_UART
  13. select DRIVERS_UART_8250MEM_32
  14. select NO_UART_ON_SUPERIO
  15. + select DEBUG_SMI
  16.  
  17. config SKYLAKE_SOC_PCH_H
  18. bool
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement