diff options
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2015-10-02 17:01:22 -0700 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2015-10-04 02:38:24 +0000 |
commit | 715a18e451a454ed5d6c3e9215802ad7b94885ee (patch) | |
tree | e6dc5ddc038aebcb23e54b7c6808025586a50012 /src/soc/intel | |
parent | 959478a763c16688d43752adbae2c76e7764da45 (diff) | |
download | coreboot-715a18e451a454ed5d6c3e9215802ad7b94885ee.tar.xz |
drivers/uart/Kconfig: Select 8250 mem when 8250 mem32 is enabled
Users of DRIVERS_UART_8250MEM_32 would have to also select
DRIVERS_UART_8250MEM to avoid missing Kconfig dependencies. Instead,
do what the OXPCIE driver dies and select the appropriate options.
Change-Id: I40d93df024fcb3a9ad6dc51d6a5966e7b1b6c07f
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-on: http://review.coreboot.org/11786
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/soc/intel')
-rw-r--r-- | src/soc/intel/skylake/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig index ae50bd22c2..bf747d455d 100644 --- a/src/soc/intel/skylake/Kconfig +++ b/src/soc/intel/skylake/Kconfig @@ -141,7 +141,6 @@ config UART_DEBUG default n select CONSOLE_SERIAL select DRIVERS_UART - select DRIVERS_UART_8250MEM select DRIVERS_UART_8250MEM_32 config CHIPSET_BOOTBLOCK_INCLUDE |