File: Kappend

package info (click to toggle)
kconfiglib 14.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,400 kB
  • sloc: python: 8,498; sh: 34; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 148 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
config MODULES
    def_bool y

config BOOL
    bool "bool 1"

config STRING
    string "string"

config IGNOREME
    bool "ignore me"
    default y