summaryrefslogtreecommitdiffstats
path: root/config/Kconfig
blob: b97d6126ef464d51b8be40bc164ff1d5366a6fc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# config/Kconfig: Main menu structure definition
# Copyright (C) 2002-2006, 2009 by Robert Schwebel <r.schwebel@pengutronix.de>
#

mainmenu "PTXdist $CONFIGFILE_VERSION"

config MODULES
	bool
	default y

source "generated/project_specific.in"
source "generated/fixme.in"

source "generated/project_name.in"

source "rules/Kconfig"