[linux-yocto] [PATCH 2/2] meta: Add CONFIG_TTY to common-pc-drivers.cfg
Tom Zanussi
tom.zanussi at linux.intel.com
Wed Aug 27 07:38:22 PDT 2014
The 8250 config options aren't available if CONFIG_TTY isn't 'y',
so make sure TTY is enabled for them.
Signed-off-by: Tom Zanussi <tom.zanussi at linux.intel.com>
---
meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg
index 193b7b1..7999601 100644
--- a/meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg
+++ b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg
@@ -24,6 +24,7 @@ CONFIG_MOUSE_PS2=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_DRV_CMOS=y
+CONFIG_TTY=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
--
1.8.3.1
More information about the linux-yocto
mailing list