From fef45a9d2972f51f6f54b6c562670b312612fc15 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Fri, 12 Oct 2012 03:09:17 +0000 Subject: [PATCH] connector: Make CONNECTOR built-in; enable PROC_EVENTS (Closes: #588200) svn path=/dists/sid/linux/; revision=19434 --- debian/changelog | 1 + debian/config/config | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5714ea91c..4267b46ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -32,6 +32,7 @@ linux (3.2.31-1) UNRELEASED; urgency=low * [aufs] Update to aufs3.2-20120827: - Fix statfs() values when different block sizes are in use * udeb: Add hid-logitech-dj to input-modules (Closes: #661379) + * connector: Make CONNECTOR built-in; enable PROC_EVENTS (Closes: #588200) -- Ben Hutchings Sat, 29 Sep 2012 14:19:46 +0200 diff --git a/debian/config/config b/debian/config/config index d054571a5..2cda8406b 100644 --- a/debian/config/config +++ b/debian/config/config @@ -267,7 +267,8 @@ CONFIG_IPWIRELESS=m ## ## file: drivers/connector/Kconfig ## -CONFIG_CONNECTOR=m +CONFIG_CONNECTOR=y +CONFIG_PROC_EVENTS=y ## ## file: drivers/cpufreq/Kconfig