diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2011-06-13 22:31:18 +0200 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2011-06-13 22:31:18 +0200 |
commit | b20494438aa689bb66677f6c6968c0ecbdfd769c (patch) | |
tree | 727970bc90ed956068e464c7971f2f0639eab81a | |
parent | Unset CONFIG_IDE on archs amd64/x86/default (bug #357213) (diff) | |
download | genkernel-b20494438aa689bb66677f6c6968c0ecbdfd769c.tar.gz genkernel-b20494438aa689bb66677f6c6968c0ecbdfd769c.tar.bz2 genkernel-b20494438aa689bb66677f6c6968c0ecbdfd769c.zip |
Apply CONFIG_USB_HID=y to archs amd64/x86/default (bug #270983)
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | arch/x86/kernel-config | 2 | ||||
-rw-r--r-- | arch/x86_64/kernel-config | 2 | ||||
-rw-r--r-- | defaults/kernel-config | 2 |
4 files changed, 7 insertions, 3 deletions
@@ -7,6 +7,10 @@ 13 Jun 2011; Sebastian Pipping <sping@gentoo.org> arch/x86/kernel-config, arch/x86_64/kernel-config, defaults/kernel-config: + Apply CONFIG_USB_HID=y to archs amd64/x86/default (bug #270983) + + 13 Jun 2011; Sebastian Pipping <sping@gentoo.org> arch/x86/kernel-config, + arch/x86_64/kernel-config, defaults/kernel-config: Unset CONFIG_IDE on archs amd64/x86/default (bug #357213) 07 Jun 2011; Sebastian Pipping <sping@gentoo.org> genkernel: diff --git a/arch/x86/kernel-config b/arch/x86/kernel-config index ab38c09..259defc 100644 --- a/arch/x86/kernel-config +++ b/arch/x86/kernel-config @@ -2877,7 +2877,7 @@ CONFIG_HIDRAW=y # # USB Input Devices # -CONFIG_USB_HID=m +CONFIG_USB_HID=y CONFIG_USB_HIDINPUT_POWERBOOK=y CONFIG_HID_FF=y CONFIG_HID_PID=y diff --git a/arch/x86_64/kernel-config b/arch/x86_64/kernel-config index ef43dc1..5a0f58e 100644 --- a/arch/x86_64/kernel-config +++ b/arch/x86_64/kernel-config @@ -2546,7 +2546,7 @@ CONFIG_HIDRAW=y # # USB Input Devices # -CONFIG_USB_HID=m +CONFIG_USB_HID=y # CONFIG_HID_PID is not set CONFIG_USB_HIDDEV=y diff --git a/defaults/kernel-config b/defaults/kernel-config index 9ea854b..b4f2899 100644 --- a/defaults/kernel-config +++ b/defaults/kernel-config @@ -2877,7 +2877,7 @@ CONFIG_HIDRAW=y # # USB Input Devices # -CONFIG_USB_HID=m +CONFIG_USB_HID=y CONFIG_USB_HIDINPUT_POWERBOOK=y CONFIG_HID_FF=y CONFIG_HID_PID=y |