mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Power off support now depends on CONFIG_ARCH_HAVE_POWEROFF
This commit is contained in:
@@ -154,6 +154,10 @@ config ARCH_HAVE_EXTCLK
|
||||
bool
|
||||
default n
|
||||
|
||||
config ARCH_HAVE_POWEROFF
|
||||
bool
|
||||
default n
|
||||
|
||||
config ARCH_USE_MMU
|
||||
bool "Enable MMU"
|
||||
default n
|
||||
|
||||
@@ -38,6 +38,7 @@ config ARCH_CHIP_CALYPSO
|
||||
select ARCH_HAVE_HEAP2
|
||||
select ARCH_HAVE_LOWVECTORS
|
||||
select ARCH_HAVE_OTHER_UART
|
||||
select ARCH_HAVE_POWEROFF
|
||||
---help---
|
||||
TI Calypso-based cell phones (ARM7TDMI)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user