Power off support now depends on CONFIG_ARCH_HAVE_POWEROFF

This commit is contained in:
Gregory Nutt 2015-07-03 06:53:51 -06:00
parent 004c076985
commit 797aa0a138
2 changed files with 5 additions and 0 deletions

View File

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

View File

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