Kconfig: use correct serial driver for arm

Change-Id: Ic06eb63af3c2247371cacab1077b6ddd4a739c35

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-05-26 15:26:04 -04:00
commit 3446d62412

View file

@ -39,14 +39,12 @@ default BSP_FSL_FRDM_K64F
config BSP_FSL_FRDM_K64F
bool "Minimum Configuration for FSL FRDM K64F"
select CPU_CORTEXM4
select DRV_K20_UART
select DRV_SERIAL
select K20_UART
config BSP_TI_LM3S6965
bool "Minimum Configuration for a TI LM3S6965"
select CPU_CORTEXM3
select DRV_STELLARIS_UART
select DRV_SERIAL
select STELLARIS_UART
endchoice