Skip to content

Commit

Permalink
Merge pull request Samsung#1026 from sunghan-chang/config_dependancy
Browse files Browse the repository at this point in the history
kernel, logm: modify dependancies of configs
  • Loading branch information
Taejun-Kwon authored Nov 29, 2017
2 parents 076cf34 + 73a6475 commit bb5d6e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions os/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -567,5 +567,7 @@ config FRAME_POINTER
reported during system crash is very limited.

menu "Logger Module"
depends on !DISABLE_SIGNALS

source logm/Kconfig
endmenu
6 changes: 3 additions & 3 deletions os/kernel/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -833,18 +833,16 @@ endmenu # POSIX Message Queue Options
menu "Work Queue Support"

config SCHED_WORKQUEUE
# bool "Enable worker thread"
bool
default y
depends on !DISABLE_SIGNALS
---help---
Create dedicated "worker" threads to handle delayed or asynchronous
processing.

config SCHED_WORKQUEUE_SORTING
bool "Sort workers by delay"
default y
select SCHED_WORKQUEUE
depends on SCHED_WORKQUEUE
---help---
Sort workers by delay when worker is inserted

Expand Down Expand Up @@ -1032,12 +1030,14 @@ config MPU_STACKGAURD
config PTHREAD_STACK_MIN
int "Minimum pthread stack size"
default 256
depends on !DISABLE_PTHREAD
---help---
Minimum pthread stack size

config PTHREAD_STACK_DEFAULT
int "Default pthread stack size"
default 2048
depends on !DISABLE_PTHREAD
---help---
Default pthread stack size
endmenu # Stack size information
Expand Down
1 change: 0 additions & 1 deletion os/logm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

config LOGM
bool "Logger Module"
depends on !DISABLE_SIGNALS
default n
---help---
Logger.
Expand Down

0 comments on commit bb5d6e9

Please sign in to comment.