aboutsummaryrefslogtreecommitdiff
path: root/config/backend.in
Commit message (Collapse)AuthorAgeFilesLines
* Retire BACKEND stuffAlexey Neyman2017-04-231-26/+0
| | | | | | | ... it is possible to just not set it in the configuration, why force it? It just increases the complexity in Kconfig. Signed-off-by: Alexey Neyman <stilor@att.net>
* Declare BACKEND obsolete.Alexey Neyman2017-01-191-0/+1
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* kconfig: Update kconfig. Sync with Linux-4.2Bryan Hundven2015-09-031-0/+4
| | | | | | This change updates the kconfig utility to what is shipped with 4.2.0. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* kconfig: remove useless 'default n'Benoît THÉBAUDEAU"2011-05-311-2/+1
| | | | | | | kconfig bools are disabled by default, so specifying 'default n' is useless and noisy. This patch removes all occurrences of 'default n'. Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
* config: allow libc selection in backend modeYann E. MORIN"2010-04-011-0/+4
| | | | | In backend mode, allow the upper-layer build system to force the C library selection.
* config: do not force setting kernel and archYann E. MORIN"2010-04-011-15/+0
| | | | | In backend mode, only enforce the arch and/or kernel selection if the upper-layer build system effectively forces the selection.
* config: move backend-related options to their own fileYann E. MORIN"2010-03-291-0/+33