arch/x86: Kconfig: do not force enable NS16550 serial driver
This allows the serial driver to be excluded from the build. Change-Id: Ibd65cea07e753de0d452879bfdac8f3a421db5e7 Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
d8f10f4c01
commit
ad4d624e6b
|
@ -52,14 +52,12 @@ config PLATFORM_IA32_PCI
|
|||
select HPET_TIMER
|
||||
select EOI_HANDLER_SUPPORTED
|
||||
select BOOTLOADER_UNKNOWN
|
||||
select NS16550
|
||||
select PCI
|
||||
|
||||
config PLATFORM_IA32
|
||||
bool "IA32"
|
||||
select EOI_HANDLER_SUPPORTED
|
||||
select BOOTLOADER_UNKNOWN
|
||||
select NS16550
|
||||
|
||||
endchoice
|
||||
|
||||
|
|
Loading…
Reference in a new issue