diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-10-29 17:49:12 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-10-29 17:49:12 -0400 |
| commit | b0c4e148bd591629749d02a8fbc8d81c26d548cf (patch) | |
| tree | 3e2142635f3dc2ceeae870ead2dceab7b9c6def1 /arch/mips/lasat/Kconfig | |
| parent | 5615ca7906aefbdc3318604c89db5931d0a25910 (diff) | |
| parent | be15cd72d256e5eb3261a781b8507fac83ab33f6 (diff) | |
Merge branch 'master'
Diffstat (limited to 'arch/mips/lasat/Kconfig')
| -rw-r--r-- | arch/mips/lasat/Kconfig | 15 |
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 @@ | |||
| 1 | config PICVUE | ||
| 2 | tristate "PICVUE LCD display driver" | ||
| 3 | depends on LASAT | ||
| 4 | |||
| 5 | config PICVUE_PROC | ||
| 6 | tristate "PICVUE LCD display driver /proc interface" | ||
| 7 | depends on PICVUE | ||
| 8 | |||
| 9 | config DS1603 | ||
| 10 | bool "DS1603 RTC driver" | ||
| 11 | depends on LASAT | ||
| 12 | |||
| 13 | config LASAT_SYSCTL | ||
| 14 | bool "LASAT sysctl interface" | ||
| 15 | depends on LASAT | ||
