arch: add missing arch-specific kconfig entries
authorHeesub Shin <heesub.shin@samsung.com>
Sat, 6 May 2017 09:02:34 +0000 (18:02 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Sat, 6 May 2017 14:00:44 +0000 (23:00 +0900)
As a preparation step for supporting boardctl() feature, we need to add
some kconfig entries for indicating whether or not the architecture can
provide those capabilities.

Change-Id: I65d603b166216e47a04323d36a0dca941fcbfae4
Signed-off-by: Heesub Shin <heesub.shin@samsung.com>
os/arch/Kconfig

index d67670a..d355f5e 100644 (file)
@@ -77,6 +77,14 @@ config ARCH_HAVE_EXTCLK
        bool
        default n
 
+config ARCH_HAVE_POWEROFF
+       bool
+       default n
+
+config ARCH_HAVE_RESET
+       bool
+       default n
+
 config ARCH_USE_MMU
        bool "Enable MMU"
        default n