aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/lasat
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-10-29 19:32:41 +0100
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 19:32:41 +0100
commit5e83d4305467c43af144d264674c7d7de303aeb3 (patch)
treef9dd363971619d77a97db1a44121814ebd14a5c0 /arch/mips/lasat
parentMore configcheck fixes. (diff)
downloadlinux-dev-5e83d4305467c43af144d264674c7d7de303aeb3.tar.xz
linux-dev-5e83d4305467c43af144d264674c7d7de303aeb3.zip
Sliceup Kconfig; it's grown too large.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lasat')
-rw-r--r--arch/mips/lasat/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/mips/lasat/Kconfig b/arch/mips/lasat/Kconfig
new file mode 100644
index 000000000000..1d2ee8a9be13
--- /dev/null
+++ b/arch/mips/lasat/Kconfig
@@ -0,0 +1,15 @@
+config PICVUE
+ tristate "PICVUE LCD display driver"
+ depends on LASAT
+
+config PICVUE_PROC
+ tristate "PICVUE LCD display driver /proc interface"
+ depends on PICVUE
+
+config DS1603
+ bool "DS1603 RTC driver"
+ depends on LASAT
+
+config LASAT_SYSCTL
+ bool "LASAT sysctl interface"
+ depends on LASAT