summaryrefslogtreecommitdiffstats
path: root/config/collection/Kconfig
blob: 315658491caffe23d0cf27d08ade6f65ed528d87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

mainmenu "PTXdist $COLLECTION_VERSION_DEFAULT"

config COLLECTION_VERSION_DEFAULT
	string
	option env="PTXDIST_VERSION_FULL"

config _collectionconfig_MAGIC__
	bool
	default y

menuconfig COLLECTION
	bool "select optional packages      "
	depends on !COLLECTION_ALL

if COLLECTION
source "generated/ptx_collection.in"
endif

source "generated/ptx_collection_all.in"