aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300
diff options
context:
space:
mode:
Diffstat (limited to 'arch/h8300')
-rw-r--r--arch/h8300/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig
index 091ed6192ae8..d1f377f5d3b6 100644
--- a/arch/h8300/Kconfig
+++ b/arch/h8300/Kconfig
@@ -160,7 +160,7 @@ config VT_CONSOLE
160 160
161config HW_CONSOLE 161config HW_CONSOLE
162 bool 162 bool
163 depends on VT && !S390 && !UM 163 depends on VT
164 default y 164 default y
165 165
166comment "Unix98 PTY support" 166comment "Unix98 PTY support"
@@ -195,7 +195,7 @@ config UNIX98_PTYS
195 195
196source "drivers/char/pcmcia/Kconfig" 196source "drivers/char/pcmcia/Kconfig"
197 197
198source "drivers/serial/Kconfig" 198source "drivers/tty/serial/Kconfig"
199 199
200source "drivers/i2c/Kconfig" 200source "drivers/i2c/Kconfig"
201 201