blob: b44c6d556cbbb6aea6960fb93efb563424992277 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# Character device configuration
#
menu "SCP support"
config SCP
tristate "SCP device interface"
depends on (440EPX || 440GRX || 405EX || 405EXr || APM82181)
default n
help
When selected the SCP device driver is provided.
endmenu
|