| Submitter | Jani Nikula |
|---|---|
| Date | 2009-10-30 13:38:28 |
| Message ID | <93e74e7b4be2dcdbc489c0c92987fc36ef0db447.1256907278.git.ext-jani.1.nikula@nokia.com> |
| Download | mbox | patch |
| Permalink | /patch/56610/ |
| State | Superseded, archived |
| Delegated to: | Tony Lindgren |
| Headers | show |
Comments
* Jani Nikula <ext-jani.1.nikula@nokia.com> [091030 06:38]: > From: Jani Nikula <ext-jani.1.nikula@nokia.com> > > Compile gpio_keys driver a module. > > Signed-off-by: Jani Nikula <ext-jani.1.nikula@nokia.com> This patch could be merged into 2/3. Acked-by: Tony Lindgren <tony@atomide.com> > --- > arch/arm/configs/rx51_defconfig | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/configs/rx51_defconfig b/arch/arm/configs/rx51_defconfig > index e7e3133..1559734 100644 > --- a/arch/arm/configs/rx51_defconfig > +++ b/arch/arm/configs/rx51_defconfig > @@ -784,7 +784,7 @@ CONFIG_INPUT_KEYBOARD=y > # CONFIG_KEYBOARD_XTKBD is not set > # CONFIG_KEYBOARD_NEWTON is not set > # CONFIG_KEYBOARD_STOWAWAY is not set > -# CONFIG_KEYBOARD_GPIO is not set > +CONFIG_KEYBOARD_GPIO=m > # CONFIG_INPUT_MOUSE is not set > # CONFIG_INPUT_JOYSTICK is not set > # CONFIG_INPUT_TABLET is not set > -- > 1.6.5.2 > -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/arch/arm/configs/rx51_defconfig b/arch/arm/configs/rx51_defconfig index e7e3133..1559734 100644 --- a/arch/arm/configs/rx51_defconfig +++ b/arch/arm/configs/rx51_defconfig @@ -784,7 +784,7 @@ CONFIG_INPUT_KEYBOARD=y # CONFIG_KEYBOARD_XTKBD is not set # CONFIG_KEYBOARD_NEWTON is not set # CONFIG_KEYBOARD_STOWAWAY is not set -# CONFIG_KEYBOARD_GPIO is not set +CONFIG_KEYBOARD_GPIO=m # CONFIG_INPUT_MOUSE is not set # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_TABLET is not set