aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/Kconfig
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2015-06-05 21:01:59 -0600
committerPatrick Georgi <pgeorgi@google.com>2015-06-22 21:22:47 +0200
commit7403e059ec8cf1407b5f79c5665f7be99d195d77 (patch)
tree7977bf66159fc33df00809e8ea7089f4f7703bd3 /src/soc/intel/broadwell/Kconfig
parent86da2c70e23cec681f1114f97e26d358bfb15c61 (diff)
Remove incorrect Kconfig expressions
The symbols used in these expressions were not correct and would never evaluate as true. Change-Id: Ia20177f41505473b14bc7b8e4b6fb16de36cc295 Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: http://review.coreboot.org/10437 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/intel/broadwell/Kconfig')
-rw-r--r--src/soc/intel/broadwell/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/Kconfig b/src/soc/intel/broadwell/Kconfig
index 1ef386b080..a789c37e22 100644
--- a/src/soc/intel/broadwell/Kconfig
+++ b/src/soc/intel/broadwell/Kconfig
@@ -175,7 +175,6 @@ config INTEL_PCH_UART_CONSOLE
bool "Use Serial IO UART for console"
default n
select CONSOLE_SERIAL8250MEM
- depends on !CONFIG_DRIVERS_OXFORD_OXPCIE
config INTEL_PCH_UART_CONSOLE_NUMBER
hex "Serial IO UART number to use for console"