blob: f2a7e9c5bf6d1f9ded7940ee749d6de845efc7ad [file] [log] [blame]
Arnaud Lacombe838a2e52010-09-04 17:10:20 -04001#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"
6
7config SRCARCH
8 string
9 option env="SRCARCH"
10
Alexander Martinz1a431562019-11-21 19:28:08 +010011menu "SHIFT Project Configuration"
12
13config SHIFT_PROJECT
14 bool "Enable SHIFT Project"
15 default n
16 help
17 This enables support for SHIFT projects. If you don't
18 know what to do here, you are probably as confused
19 as i am.
20
21endmenu
22
Arnaud Lacombe838a2e52010-09-04 17:10:20 -040023source "arch/$SRCARCH/Kconfig"