aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/configs/83xx/mpc836x_mds_defconfig
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2010-04-05 11:14:04 -0500
committerKumar Gala <galak@kernel.crashing.org>2010-04-19 23:13:23 -0500
commitf5b0959fec5d2e1aee383963a6000bb87222b78d (patch)
treeb78879188c4f49e968954dac863ca97332b7508d /arch/powerpc/configs/83xx/mpc836x_mds_defconfig
parent5bfb3fdca308df9e9ea0830b43d3d75d0920fd7e (diff)
powerpc/83xx: enable EPOLL syscall in defconfig
83xx users looking to run apache will experience this error: /var/log/apache2/error.log: [emerg] (38)Function not implemented: Couldn't create pollset in child; check system or user limits enabling CONFIG_EPOLL in kernel config fixes this so apache can run. Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/configs/83xx/mpc836x_mds_defconfig')
-rw-r--r--arch/powerpc/configs/83xx/mpc836x_mds_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/configs/83xx/mpc836x_mds_defconfig b/arch/powerpc/configs/83xx/mpc836x_mds_defconfig
index 78227378e67..3d102aafe71 100644
--- a/arch/powerpc/configs/83xx/mpc836x_mds_defconfig
+++ b/arch/powerpc/configs/83xx/mpc836x_mds_defconfig
@@ -123,7 +123,7 @@ CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
-# CONFIG_EPOLL is not set
+CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y