Files
buildroot/package
Thomas De Schampheleire 35eaed8d07 Config.in files: use if/endif instead of 'depends on' for main symbol
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>
2013-12-25 12:21:39 +01:00
..
2013-06-06 22:30:24 +02:00
2013-11-28 14:44:16 +01:00
2013-11-28 14:44:16 +01:00
2013-06-06 22:30:24 +02:00
2013-06-06 22:30:24 +02:00
2013-12-06 09:40:40 +01:00
2013-11-22 12:14:33 +01:00
2013-12-11 22:26:52 +01:00
2013-11-22 23:41:15 +01:00
2013-12-06 09:40:40 +01:00
2013-09-20 10:50:56 +02:00
2013-12-06 09:40:40 +01:00
2013-12-06 12:23:18 +01:00
2013-12-20 15:43:57 +01:00
2013-12-06 09:40:40 +01:00
2013-12-06 09:40:40 +01:00
2013-12-11 22:26:45 +01:00
2013-12-17 10:36:32 +01:00
2013-06-06 22:30:24 +02:00
2013-09-17 14:00:50 +02:00
2013-12-15 09:27:14 +01:00
2013-07-20 21:13:57 +02:00
2013-12-25 10:25:19 +01:00
2013-12-01 20:32:00 +01:00
2013-12-06 09:40:40 +01:00
2013-12-03 09:02:00 +01:00
2013-09-02 21:49:16 +02:00
2013-11-11 09:41:41 +01:00
2013-12-01 21:04:47 +01:00
2013-12-16 21:41:11 +01:00
2013-11-22 12:14:33 +01:00
2013-11-22 12:14:33 +01:00
2013-11-10 09:15:53 +01:00
2013-12-11 22:26:37 +01:00
2013-10-04 15:00:32 +02:00
2013-12-10 13:18:21 +01:00
2013-11-22 12:14:33 +01:00
2013-06-06 22:30:24 +02:00
2013-07-15 23:01:42 +02:00
2013-09-08 22:30:12 +02:00
2013-10-03 22:10:26 +02:00
2013-11-22 12:14:33 +01:00
2013-06-06 22:30:24 +02:00
2013-12-15 20:39:16 +01:00
2013-11-11 15:06:57 +01:00
2013-09-08 21:41:39 +02:00
2013-06-06 22:30:24 +02:00
2013-12-06 09:40:40 +01:00
2013-05-12 21:39:14 +02:00
2013-12-12 15:06:27 +01:00
2013-12-06 09:40:40 +01:00
2013-11-11 22:19:30 +01:00
2013-12-11 22:26:03 +01:00
2013-12-06 09:40:40 +01:00
2013-12-20 15:44:41 +01:00
2013-10-08 16:58:54 +02:00
2013-11-22 23:25:36 +01:00
2013-12-11 22:25:59 +01:00
2013-06-06 22:30:24 +02:00
2013-11-22 12:14:33 +01:00
2013-11-11 22:19:30 +01:00
2013-06-06 22:30:24 +02:00
2013-12-18 12:07:21 +01:00
2013-11-22 12:14:33 +01:00
2013-10-02 14:34:08 +02:00
2013-11-22 12:14:33 +01:00
2013-12-19 16:51:58 +01:00
2013-06-06 22:30:24 +02:00
2013-11-22 12:14:33 +01:00
2013-11-13 00:23:51 +01:00
2013-11-22 12:14:33 +01:00
2013-11-19 13:21:32 +01:00
2013-11-29 19:41:58 +01:00
2013-11-11 00:55:02 +01:00
2013-06-06 22:30:24 +02:00
2013-11-11 22:27:25 +01:00
2013-06-06 22:30:24 +02:00
2013-07-10 22:16:18 +02:00
2013-06-06 22:30:24 +02:00
2013-12-02 08:45:10 +01:00
2013-11-11 00:53:35 +01:00
2013-09-23 09:35:18 +02:00
2013-12-06 09:40:40 +01:00
2013-10-14 21:18:13 +02:00
2013-07-10 22:03:51 +02:00
2013-07-27 15:21:03 +02:00
2013-11-23 07:26:49 +01:00
2013-07-10 22:04:51 +02:00
2013-12-16 21:33:47 +01:00
2013-12-19 21:29:36 +01:00
2013-09-08 21:41:39 +02:00
2013-11-22 12:14:33 +01:00
2013-10-07 12:00:45 +02:00
2013-12-06 09:40:40 +01:00
2013-10-01 23:25:45 +02:00
2013-12-05 09:25:49 +01:00
2013-06-06 22:30:24 +02:00
2013-07-20 21:13:57 +02:00
2013-10-09 22:21:25 +02:00
2013-12-11 22:25:37 +01:00
2013-12-11 22:25:34 +01:00
2013-10-30 22:47:03 +01:00
2013-06-06 22:30:24 +02:00
2013-06-06 22:30:24 +02:00
2013-10-14 13:32:05 +02:00
2013-12-11 22:25:08 +01:00
2013-06-06 22:30:24 +02:00
2013-12-11 22:24:50 +01:00
2013-12-11 22:24:28 +01:00
2013-06-06 22:30:24 +02:00
2013-12-08 20:57:57 +01:00
2013-12-11 22:24:02 +01:00
2013-06-06 22:30:24 +02:00
2013-10-25 12:30:27 +02:00
2013-06-06 22:30:24 +02:00
2013-12-09 11:41:19 +01:00
2013-10-09 22:21:25 +02:00
2013-06-06 22:30:24 +02:00
2013-11-22 12:14:33 +01:00
2013-06-06 22:30:24 +02:00
2013-06-06 22:30:24 +02:00
2013-06-06 22:30:24 +02:00
2013-06-06 22:30:24 +02:00
2013-06-06 22:30:24 +02:00
2013-11-22 12:14:33 +01:00
2013-11-22 12:14:33 +01:00
2013-12-02 11:41:34 +01:00
2013-12-04 09:52:55 +01:00
2013-12-11 22:23:39 +01:00
2013-06-06 22:30:24 +02:00
2013-12-11 22:13:23 +01:00
2013-11-22 12:14:33 +01:00
2013-11-22 12:14:33 +01:00
2013-12-11 22:21:53 +01:00
2013-11-21 12:02:42 +01:00
2013-12-11 22:21:01 +01:00
2013-12-08 19:40:29 +01:00
2013-07-02 22:29:49 +02:00
2013-06-06 22:30:24 +02:00
2013-12-16 12:16:21 +01:00
2013-06-06 22:30:24 +02:00
2013-11-04 22:00:19 +01:00
2013-06-06 22:30:24 +02:00
2013-12-08 10:39:02 +01:00
2013-11-11 22:19:30 +01:00
2013-06-06 22:30:24 +02:00
2013-07-29 21:23:04 +02:00
2013-12-06 00:17:19 +01:00
2013-11-28 14:44:16 +01:00
2013-09-17 20:44:30 +02:00
2013-09-20 15:10:56 +02:00
2013-12-06 09:40:40 +01:00
2013-11-20 11:46:35 +01:00
2013-06-06 22:30:24 +02:00
2013-06-06 22:30:24 +02:00
2013-06-06 22:30:24 +02:00
2013-06-06 22:30:24 +02:00
2013-06-06 22:30:24 +02:00
2013-08-10 19:49:32 +02:00
2013-11-11 22:19:30 +01:00
2013-10-04 10:11:11 +02:00
2013-11-22 12:14:33 +01:00
2013-06-06 22:30:24 +02:00
2013-10-01 21:26:19 +02:00
2013-09-08 21:41:39 +02:00
2013-12-06 09:40:40 +01:00
2013-11-22 12:14:33 +01:00
2013-06-06 22:30:24 +02:00
2013-12-04 10:36:38 +01:00
2013-11-02 16:16:54 +01:00
2013-12-16 12:19:55 +01:00
2013-10-05 21:11:51 +02:00
2013-12-04 09:07:04 +01:00
2013-10-14 22:54:53 +02:00
2013-06-06 22:30:24 +02:00
2013-12-17 17:01:57 +01:00
2013-12-10 10:05:11 +01:00
2013-06-06 22:30:24 +02:00
2013-12-01 20:32:00 +01:00
2013-11-22 12:12:10 +01:00
2013-11-22 16:00:53 +01:00
2013-06-06 22:30:24 +02:00
2013-12-04 11:50:51 +01:00
2013-12-16 12:36:49 +01:00
2013-09-01 21:43:07 +02:00
2013-11-11 01:01:20 +01:00
2013-11-22 12:14:33 +01:00
2013-12-12 23:58:39 +01:00
2013-11-11 15:06:11 +01:00
2013-12-19 22:33:21 +01:00
2013-12-16 16:19:13 +01:00
2013-10-01 21:22:11 +02:00
2013-12-06 00:04:56 +01:00
2013-12-16 12:15:16 +01:00
2013-11-22 12:14:33 +01:00
2013-12-09 09:20:34 +01:00
2013-06-06 22:30:24 +02:00
2013-07-27 15:21:03 +02:00
2013-06-06 22:30:24 +02:00
2013-06-06 22:30:24 +02:00
2013-06-06 22:30:24 +02:00
2013-06-06 22:30:24 +02:00
2013-11-20 10:15:18 +01:00
2013-12-15 14:01:00 +01:00
2013-12-15 14:01:01 +01:00
2013-12-15 13:41:28 +01:00
2013-09-02 22:05:42 +02:00
2013-06-06 22:30:24 +02:00
2013-07-27 15:22:40 +02:00
2013-07-10 22:13:52 +02:00
2013-06-06 22:30:24 +02:00
2013-12-25 10:26:15 +01:00
2013-06-06 22:30:24 +02:00
2013-12-13 00:01:27 +01:00
2013-06-06 22:30:24 +02:00
2013-06-21 11:00:31 +02:00
2013-12-02 13:11:31 +01:00
2013-11-28 15:13:07 +01:00
2013-09-17 15:27:52 +02:00
2013-07-27 15:21:03 +02:00
2013-07-27 15:21:03 +02:00
2013-07-27 15:21:03 +02:00
2013-06-12 22:29:53 +02:00
2013-11-11 22:19:30 +01:00
2013-12-16 21:32:29 +01:00
2013-12-09 09:20:28 +01:00
2013-06-06 22:30:24 +02:00
2013-12-12 23:24:21 +01:00
2013-11-17 00:53:56 +01:00
2013-11-22 12:14:33 +01:00
2013-10-24 08:39:28 +02:00
2013-10-06 11:02:17 +02:00
2013-10-07 11:53:44 +02:00
2013-06-06 22:30:24 +02:00
2013-11-22 12:14:33 +01:00
2013-06-06 22:30:24 +02:00
2013-09-13 11:23:41 +02:00
2013-06-06 22:30:24 +02:00
2013-12-10 13:16:53 +01:00
2013-12-16 22:53:44 +01:00
2013-09-17 15:26:52 +02:00
2013-10-30 22:39:52 +01:00
2013-11-18 21:59:12 +01:00
2013-12-12 16:25:45 +01:00
2013-12-05 11:17:29 +01:00
2013-11-22 12:14:33 +01:00
2013-10-09 23:40:29 +02:00
2013-10-09 22:21:35 +02:00
2013-10-09 23:40:09 +02:00
2013-07-27 15:22:40 +02:00
2013-12-12 16:26:10 +01:00
2013-11-17 00:54:44 +01:00
2013-10-01 21:51:17 +02:00
2013-11-17 00:54:44 +01:00
2013-06-06 22:30:24 +02:00
2013-12-06 09:40:40 +01:00
2013-12-06 09:40:40 +01:00
2013-12-15 21:05:44 +01:00
2013-12-13 09:31:14 +01:00
2013-06-06 22:30:24 +02:00
2013-10-03 22:08:30 +02:00
2013-06-06 22:30:24 +02:00
2013-11-05 23:56:46 +01:00
2013-10-03 08:40:09 +02:00
2013-12-13 15:53:10 +01:00
2013-12-19 22:33:00 +01:00