blob: 23630894f9d4f29034d3a6e6a23f6f71ccb1ad4b (
plain)
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
|
config ADK_PACKAGE_LIBUUID
prompt "libuuid......................... UUID library"
depends on ADK_PACKAGE_E2FSPROGS
tristate
default n
help
config ADK_PACKAGE_LIBBLKID
prompt "libblkid........................ BlockID library"
depends on ADK_PACKAGE_E2FSPROGS
tristate
default n
help
config ADK_PACKAGE_LIBCOM_ERR
prompt "libcom_err...................... Common error library"
depends on ADK_PACKAGE_E2FSPROGS
tristate
default n
help
config ADK_PACKAGE_LIBSS
prompt "libss........................... Subsystem command parsing library"
depends on ADK_PACKAGE_E2FSPROGS
tristate
default n
help
|