Power off support now depends on CONFIG_ARCH_HAVE_POWEROFF
This commit is contained in:
parent
004c076985
commit
797aa0a138
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user