more i.MX logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1702 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
8d85fed84f
commit
58d8d0cf43
|
@ -74,7 +74,7 @@ CONFIG_ARCH_INTERRUPTSTACK=0
|
|||
CONFIG_ARCH_STACKDUMP=y
|
||||
|
||||
#
|
||||
# IMX specific device driver settings
|
||||
# IMX specific serial device driver settings
|
||||
#
|
||||
# CONFIG_UARTn_DISABLE - select to disable all support for
|
||||
# the UART
|
||||
|
@ -114,6 +114,14 @@ CONFIG_UART1_2STOP=0
|
|||
CONFIG_UART2_2STOP=0
|
||||
CONFIG_UART3_2STOP=0
|
||||
|
||||
#
|
||||
# IMX specific SPI device driver settings
|
||||
#
|
||||
# CONFIG_SPIn_DISABLE - select to disable all support for
|
||||
# the SPI
|
||||
CONFIG_SPI1_DISABLE=n
|
||||
CONFIG_SPI2_DISABLE=y
|
||||
|
||||
#
|
||||
# General build options
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue