You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
549 B
26 lines
549 B
# |
|
# For a description of the syntax of this configuration file, |
|
# see Documentation/kbuild/kconfig-language.txt. |
|
# |
|
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration" |
|
|
|
config DROI_PRO |
|
string "DROI_PRO" |
|
help |
|
To choose kernel Tyd project define |
|
|
|
config DROI_PRO_CUSTOM |
|
string "DROI_PRO_CUSTOM" |
|
help |
|
To choose kernel Tyd project custom define |
|
|
|
config DROI_PRO_CUSTOM_CHILD |
|
string "DROI_PRO_CUSTOM_CHILD" |
|
help |
|
To choose kernel Tyd project custom define |
|
|
|
config SRCARCH |
|
string |
|
option env="SRCARCH" |
|
|
|
source "arch/$SRCARCH/Kconfig"
|
|
|