sm7150: bool -> tristate for SEC_DEBUG
drivers/samsung/debug/Kconfig:4:warning: ignoring type redefinition of 'SEC_DEBUG' from 'tristate' to 'boolean' drivers/samsung/debug/Kconfig:30:warning: defaults for choice values not supported drivers/samsung/debug/Kconfig:36:warning: defaults for choice values not supported Change-Id: I2c60b93d94929d9d4bb5dbf368c8b8c7637aa715
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
comment "Samsung Debugging Feature"
|
||||
menuconfig SEC_DEBUG
|
||||
bool "Samsung TN Ramdump Feature"
|
||||
tristate "Samsung TN Ramdump Feature"
|
||||
default n
|
||||
help
|
||||
Samsung TN Ramdump Feature.
|
||||
@@ -27,13 +27,11 @@ choice
|
||||
|
||||
config SEC_LOG_BUF_NO_CONSOLE
|
||||
bool "Direct copying form __log_buf"
|
||||
default y
|
||||
help
|
||||
Kernel log will be copied directly from __log_buf.
|
||||
|
||||
config SEC_LOG_BUF_CONSOLE
|
||||
bool "Console based implementaion (EXPERIMENTAL)"
|
||||
default n
|
||||
help
|
||||
sec_log_buf will be registered as a console.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user