Kconfig 338 B

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