File: Korder

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 (35 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
config O
	int "O"
	default 0

config R
	int "R"
	default 1

config D
	int "D"
	default 2

config E
	int "E"
	default 3

# Defined twice
config R
	int "R"

config R2
	int "R2"
	default 4

config I
	int "I"
	default 5

config N
	int "N"
	default 6

config G
	int "G"
	default 7