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:
Daniel Leung 2015-08-13 15:02:51 -07:00 committed by Anas Nashif
parent d8f10f4c01
commit ad4d624e6b

View file

@ -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