Config.in.legacy: fix misc. problems with libnfc-llcp removal
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Tue, 21 Jan 2014 07:54:13 +0000 (08:54 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 21 Jan 2014 20:58:26 +0000 (21:58 +0100)
commit93341046d8e25ee6f135a34a8989598de22e32ca
tree1e5c82760fa76a09814b559efd72fdb796a032ef
parent0a07731933bded233b840e71770c01118b3a709c
Config.in.legacy: fix misc. problems with libnfc-llcp removal

The Config.in.legacy entry associated with the replacement of libnfc-llcp
was broken in multiple ways:

- it was not correctly added within the section for 2014.02 deprecation
  (recently fixed by Yann E. Morin with commit
  f169e5e1055600fda1b3ff0c852ee84d2ec80460)
- it still had select/depend statements from the original symbol, which
  should not be added in Config.in.legacy.
- it did not select the replacement symbol as to make the transition for
  users more convenient.
- indentation of the help text was not tab+2spaces.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Config.in.legacy