Kconfig: If Pseudo-terminals are enabled, then pipes must be selected as well

This commit is contained in:
Gregory Nutt 2016-07-19 14:26:40 -06:00
parent 318f34fb7d
commit 2cacc6204a

View File

@ -2015,6 +2015,7 @@ endmenu # SCI1 Configuration
menuconfig PSEUDOTERM menuconfig PSEUDOTERM
bool "Pseudo-Terminal (PTY) suppport" bool "Pseudo-Terminal (PTY) suppport"
default n default n
select PIPES
select ARCH_HAVE_SERIAL_TERMIOS select ARCH_HAVE_SERIAL_TERMIOS
---help--- ---help---
Enable support support for master and slave pseudo-terminal devices. Enable support support for master and slave pseudo-terminal devices.