summaryrefslogtreecommitdiff
path: root/config/backend.in
AgeCommit message (Collapse)AuthorFilesLines
2017-01-20Declare BACKEND obsolete.Alexey Neyman1-0/+1
Signed-off-by: Alexey Neyman <stilor@att.net>
2015-09-04kconfig: Update kconfig. Sync with Linux-4.2Bryan Hundven1-0/+4
This change updates the kconfig utility to what is shipped with 4.2.0. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2011-05-31kconfig: remove useless 'default n'Benoît THÉBAUDEAU"1-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>
2010-04-01config: allow libc selection in backend modeYann E. MORIN"1-0/+4
In backend mode, allow the upper-layer build system to force the C library selection.
2010-04-01config: do not force setting kernel and archYann E. MORIN"1-15/+0
In backend mode, only enforce the arch and/or kernel selection if the upper-layer build system effectively forces the selection.
2010-03-29config: move backend-related options to their own fileYann E. MORIN"1-0/+33