| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | kconfig: remove useless 'default n' | Benoît THÉBAUDEAU" | 2011-05-31 | 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> | ||||
| * | config: allow libc selection in backend mode | Yann E. MORIN" | 2010-04-01 | 1 | -0/+4 |
| | | | | | | In backend mode, allow the upper-layer build system to force the C library selection. | ||||
| * | config: do not force setting kernel and arch | Yann E. MORIN" | 2010-04-01 | 1 | -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 file | Yann E. MORIN" | 2010-03-29 | 1 | -0/+33 |
