Arnaud Lacombe | 838a2e5 | 2010-09-04 17:10:20 -0400 | [diff] [blame] | 1 | # |
| 2 | # For a description of the syntax of this configuration file, |
| 3 | # see Documentation/kbuild/kconfig-language.txt. |
| 4 | # |
| 5 | mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration" |
| 6 | |
| 7 | config SRCARCH |
| 8 | string |
| 9 | option env="SRCARCH" |
| 10 | |
Alexander Martinz | 1a43156 | 2019-11-21 19:28:08 +0100 | [diff] [blame^] | 11 | menu "SHIFT Project Configuration" |
| 12 | |
| 13 | config 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 | |
| 21 | endmenu |
| 22 | |
Arnaud Lacombe | 838a2e5 | 2010-09-04 17:10:20 -0400 | [diff] [blame] | 23 | source "arch/$SRCARCH/Kconfig" |