aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/Config.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/Config.in b/shell/Config.in
index f83f5c888..7d8bae2eb 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -38,7 +38,7 @@ config ASH
38 bool "ash" 38 bool "ash"
39 default n 39 default n
40 depends on !NOMMU 40 depends on !NOMMU
41 depends on PLATFORM_POSIX 41 depends on PLATFORM_POSIX || PLATFORM_MINGW32
42 help 42 help
43 Tha 'ash' shell adds about 60k in the default configuration and is 43 Tha 'ash' shell adds about 60k in the default configuration and is
44 the most complete and most pedantically correct shell included with 44 the most complete and most pedantically correct shell included with
@@ -57,6 +57,7 @@ config ASH_JOB_CONTROL
57 bool "Job control" 57 bool "Job control"
58 default y 58 default y
59 depends on ASH 59 depends on ASH
60 depends on !PLATFORM_MINGW32
60 help 61 help
61 Enable job control in the ash shell. 62 Enable job control in the ash shell.
62 63
@@ -108,6 +109,7 @@ config ASH_MAIL
108 bool "Check for new mail on interactive shells" 109 bool "Check for new mail on interactive shells"
109 default y 110 default y
110 depends on ASH 111 depends on ASH
112 depends on !PLATFORM_MINGW32
111 help 113 help
112 Enable "check for new mail" in the ash shell. 114 Enable "check for new mail" in the ash shell.
113 115