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