| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Config.in files: use if/endif instead of 'depends on' for main symbol | Thomas De Schampheleire | 2013-12-25 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | In the Config.in file of package foo, it often happens that there are other symbols besides BR2_PACKAGE_FOO. Typically, these symbols only make sense when foo itself is enabled. There are two ways to express this: with depends on BR2_PACKAGE_FOO in each extra symbol, or with if BR2_PACKAGE_FOO ... endif around the entire set of extra symbols. The if/endif approach avoids the repetition of 'depends on' statements on multiple symbols, so this is clearly preferred. But even when there is only one extra symbol, if/endif is a more logical choice: - it is future-proof for when extra symbols are added - it allows to have just one strategy instead of two (less confusion) This patch modifies the Config.in files accordingly. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
| * | Config.in files: whitespace cleanup | Thomas De Schampheleire | 2013-11-11 | 1 | -12/+12 |
| | | | | | | | | | | | This patch fixes the following whitespace problems in Config.in files: - trailing whitespace - spaces instead of tabs for indentation - help text not indented with tab + 2 spaces Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | ||||
| * | input-tools: drop evtest from input-tools package | Peter Korsgaard | 2012-09-28 | 1 | -7/+0 |
| | | | | | | | Evtest is nowadays maintained as a seperate package by Peter Hutterer. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
| * | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
| * | buildroot: add input-tools package (evtest, inputattach, jscal, jstest) | Peter Korsgaard | 2008-04-06 | 1 | -0/+34 |

