mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Repairs needed after Kconfig changes for LPC31
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5105 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -68,6 +68,12 @@ config LPC31_EXTSDRAMSIZE
|
|||||||
---help---
|
---help---
|
||||||
Size of the external SDRAM.
|
Size of the external SDRAM.
|
||||||
|
|
||||||
|
config LPC31_SDRAMHCLK
|
||||||
|
int "External SDRAM HCLK"
|
||||||
|
depends on LPC31_EXTSDRAM
|
||||||
|
---help---
|
||||||
|
The SDRAM HCLK may be specified here (if not, it will be calculated).
|
||||||
|
|
||||||
config LPC31_EXTSRAM0
|
config LPC31_EXTSRAM0
|
||||||
bool "Map external SRAM0"
|
bool "Map external SRAM0"
|
||||||
default n
|
default n
|
||||||
@@ -115,6 +121,18 @@ config LPC31_UART
|
|||||||
default n
|
default n
|
||||||
select ARCH_HAS_UART
|
select ARCH_HAS_UART
|
||||||
|
|
||||||
|
config LPC31_SPI
|
||||||
|
bool "SPI"
|
||||||
|
default n
|
||||||
|
|
||||||
|
config LPC31_USB
|
||||||
|
bool "USB"
|
||||||
|
default n
|
||||||
|
|
||||||
|
config LPC31_MCI
|
||||||
|
bool "MCI"
|
||||||
|
default n
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
menu "LPC31xx UART Configuration"
|
menu "LPC31xx UART Configuration"
|
||||||
@@ -174,8 +192,8 @@ endmenu
|
|||||||
menu "SPI device driver options"
|
menu "SPI device driver options"
|
||||||
|
|
||||||
config LPC31_SPI_REGDEBUG
|
config LPC31_SPI_REGDEBUG
|
||||||
bool "Register level debug"
|
bool "SPI Register level debug"
|
||||||
depends on DEBUG
|
depends on LPC31_SPI && DEBUG
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Output detailed register-level SPI device debug information. Requires also DEBUG.
|
Output detailed register-level SPI device debug information. Requires also DEBUG.
|
||||||
|
|||||||
Reference in New Issue
Block a user