[linux-yocto] [PATCH 5/8] meta/common-pc: Cleanup common-pc.cfg and common-pc-gfx.cfg
Darren Hart
dvhart at linux.intel.com
Fri Sep 6 15:44:03 PDT 2013
These fragments were suffering from an identity crisis. Help them along
by keeping graphics in graphics and non-graphics in the core cfg.
Signed-off-by: Darren Hart <dvhart at linux.intel.com>
---
.../kernel-cache/bsp/common-pc/common-pc-gfx.cfg | 3 ---
meta/cfg/kernel-cache/bsp/common-pc/common-pc.cfg | 3 ++-
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/meta/cfg/kernel-cache/bsp/common-pc/common-pc-gfx.cfg b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-gfx.cfg
index 2c1eb83..d827bdc 100644
--- a/meta/cfg/kernel-cache/bsp/common-pc/common-pc-gfx.cfg
+++ b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-gfx.cfg
@@ -1,6 +1,3 @@
-CONFIG_INPUT_TABLET=y
-CONFIG_TABLET_USB_WACOM=y
-
CONFIG_FB=y
CONFIG_FB_MODE_HELPERS=y
CONFIG_CONNECTOR=y
diff --git a/meta/cfg/kernel-cache/bsp/common-pc/common-pc.cfg b/meta/cfg/kernel-cache/bsp/common-pc/common-pc.cfg
index 73af92c..89b407d 100644
--- a/meta/cfg/kernel-cache/bsp/common-pc/common-pc.cfg
+++ b/meta/cfg/kernel-cache/bsp/common-pc/common-pc.cfg
@@ -38,13 +38,14 @@ CONFIG_INPUT_EVDEV=y
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
CONFIG_INPUT_MOUSE=y
+CONFIG_INPUT_TABLET=y
+CONFIG_TABLET_USB_WACOM=y
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_DRV_CMOS=y
-CONFIG_FB=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
--
1.7.9.5
More information about the linux-yocto
mailing list