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