Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
b3ce6592
Commit
b3ce6592
authored
Jul 31, 2003
by
Alan Cox
Committed by
Linus Torvalds
Jul 31, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] mouse and keyboard by default if not embedded
(Andi Kleen)
parent
500edc94
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
drivers/input/Kconfig
drivers/input/Kconfig
+3
-3
drivers/input/keyboard/Kconfig
drivers/input/keyboard/Kconfig
+2
-2
No files found.
drivers/input/Kconfig
View file @
b3ce6592
...
...
@@ -5,7 +5,7 @@
menu "Input device support"
config INPUT
tristate "Input devices (needed for keyboard, mouse, ...)"
tristate "Input devices (needed for keyboard, mouse, ...)"
if EMBEDDED
default y
---help---
Say Y here if you have any input device (mouse, keyboard, tablet,
...
...
@@ -27,7 +27,7 @@ config INPUT
comment "Userland interfaces"
config INPUT_MOUSEDEV
tristate "Mouse interface"
tristate "Mouse interface"
if EMBEDDED
default y
depends on INPUT
---help---
...
...
@@ -45,7 +45,7 @@ config INPUT_MOUSEDEV
a module, say M here and read <file:Documentation/modules.txt>.
config INPUT_MOUSEDEV_PSAUX
bool "Provide legacy /dev/psaux device"
bool "Provide legacy /dev/psaux device"
if EMBEDDED
default y
depends on INPUT_MOUSEDEV
...
...
drivers/input/keyboard/Kconfig
View file @
b3ce6592
...
...
@@ -2,7 +2,7 @@
# Input core configuration
#
config INPUT_KEYBOARD
bool "Keyboards"
bool "Keyboards"
if EMBEDDED || !X86
default y
depends on INPUT
help
...
...
@@ -12,7 +12,7 @@ config INPUT_KEYBOARD
If unsure, say Y.
config KEYBOARD_ATKBD
tristate "AT keyboard support"
tristate "AT keyboard support"
if EMBEDDED || !X86
default y
depends on INPUT && INPUT_KEYBOARD && SERIO
help
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment