external/Kconfig: remove useless default statement
authorJunhwan Park <junhwan.park@samsung.com>
Wed, 26 Apr 2017 08:09:46 +0000 (17:09 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Sat, 6 May 2017 14:00:40 +0000 (23:00 +0900)
There is no need for 'default' statement for choice entries. This commit
suppresses warnings from kconfig-mconf.

Change-Id: I199b404ef543de7332496bd3afad2bef184ebfec
Signed-off-by: Junhwan Park <junhwan.park@samsung.com>
external/Kconfig

index b2aee39..1465108 100644 (file)
@@ -19,13 +19,11 @@ choice
 
 config LWM2M_CLIENT_MODE
        bool "CLIENT_MODE"
-       default y
        ---help---
                enable LWM2M WAKAAMA client example
 
 config LWM2M_SERVER_MODE
        bool "SERVER_MODE"
-       default y
        ---help---
                enable LWM2M WAKAAMA server example
 endchoice