Kconfig 114 B

123456789
  1. menu "FPWM Configuration"
  2. config USE_FPWM
  3. bool
  4. prompt "Use FPWM"
  5. default n
  6. endmenu