artik053/Kconfig: remove unnecessary if statement
authorHeesub Shin <heesub.shin@samsung.com>
Fri, 16 Jun 2017 05:33:38 +0000 (14:33 +0900)
committersunghan <sh924.chang@samsung.com>
Tue, 19 Sep 2017 10:49:40 +0000 (19:49 +0900)
'artik053/Kconfig' is included only when ARCH_BOARD_ARTIK053 is set.
Thus, checking it seems redundant.

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

index 16514ac..7a5fb42 100644 (file)
@@ -1,5 +1,3 @@
-if ARCH_BOARD_ARTIK053
-
 config ARTIK053_BOOT_FAILURE_DETECTION
        bool "Clear bootcount when boot completes"
        default y
@@ -155,4 +153,3 @@ config ARTIK053_RAMMTD_MOUNT_POINT
        string "Mountpoint of the partition for ramfs r/w file system"
        default "/ramfs"
 endif
-endif