From 8b77c56d939db81c82fc4f4f373ab612dda8de87 Mon Sep 17 00:00:00 2001 From: Jason Kridner Date: Sun, 25 Sep 2011 18:24:08 -0400 Subject: [PATCH] meta-ti: linux-3.0: beagle: defconfig: enable CONFIG_OMAP_MUX Enables a greater degree of flexibility and debug in the kernel. There have been reports of this causing breakage, but I have used it now without seeing any issues. Further, Steve Sakoman has a kernel with this in it as well. Signed-off-by: Jason Kridner Signed-off-by: Koen Kooi --- recipes-kernel/linux/linux-3.0/beagleboard/defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-3.0/beagleboard/defconfig b/recipes-kernel/linux/linux-3.0/beagleboard/defconfig index f119b24..0194b88 100644 --- a/recipes-kernel/linux/linux-3.0/beagleboard/defconfig +++ b/recipes-kernel/linux/linux-3.0/beagleboard/defconfig @@ -295,7 +295,8 @@ CONFIG_ARCH_OMAP2PLUS=y CONFIG_OMAP_SMARTREFLEX=y CONFIG_OMAP_SMARTREFLEX_CLASS3=y CONFIG_OMAP_RESET_CLOCKS=y -# CONFIG_OMAP_MUX is not set +CONFIG_OMAP_MUX=y +CONFIG_OMAP_MUX_DEBUG=y CONFIG_OMAP_MCBSP=y CONFIG_OMAP_MBOX_FWK=m CONFIG_OMAP_MBOX_KFIFO_SIZE=256 -- 2.39.2