-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibbsd.kconfig
More file actions
43 lines (38 loc) · 900 Bytes
/
libbsd.kconfig
File metadata and controls
43 lines (38 loc) · 900 Bytes
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
36
37
38
39
40
41
42
43
menu "LibBSD Configuration"
config USE_FREEBSD_ACPI
bool
prompt "Enable FreeBSD(ACPI)"
default n
help
Include FreeBSD ACPI
config USE_NETBSD_ACPI
bool
prompt "Enable NetBSD(ACPI)"
default n
help
Include NetBSD ACPI
config USE_FREEBSD_FDT
bool
prompt "Enable FreeBSD(FDT)"
default n
help
Include FreeBSD FDT
config USE_FREEBSD_GDB_STUB
bool
prompt "Enable FreeBSD(GDB STUB)"
default n
help
Include FreeBSD GDB STUB
config USE_FREEBSD_PCI
bool
prompt "Enable FreeBSD(PCI)"
default n
help
Include FreeBSD PCI
config USE_FREEBSD_USB
bool
prompt "Enable FreeBSD(USB)"
default n
help
Include FreeBSD USB
endmenu