summaryrefslogtreecommitdiff
path: root/lib/Kconfig
blob: d5854b78fb82a006566344734217bfbb438679c9 (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
# lib/Kconfig

menu "Libraries"

config LIB_LIBC
	tristate "libc"
	default m
	help
		Build/Add the 'libc' library.

config LIB_LIBC_HEADERS
	bool "libc headers"
	default n
	help
		Add the 'libc' library headers.


config LIB_LIBM
	tristate "libm"
	default n
	help
		Build/Add the 'libm' library.

endmenu