aboutsummaryrefslogtreecommitdiff
path: root/drivers/scp/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scp/Kconfig')
-rwxr-xr-xdrivers/scp/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/scp/Kconfig b/drivers/scp/Kconfig
new file mode 100755
index 00000000000..b44c6d556cb
--- /dev/null
+++ b/drivers/scp/Kconfig
@@ -0,0 +1,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