1config PICVUE
2	tristate "PICVUE LCD display driver"
3	depends on LASAT
4
5config PICVUE_PROC
6	tristate "PICVUE LCD display driver /proc interface"
7	depends on PICVUE && PROC_FS
8
9config DS1603
10	bool "DS1603 RTC driver"
11	depends on LASAT
12
13config LASAT_SYSCTL
14	bool "LASAT sysctl interface"
15	depends on LASAT
16