packages infra: add function to get a Kconfig option
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 8 Feb 2014 16:26:04 +0000 (17:26 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 3 Mar 2014 21:21:56 +0000 (22:21 +0100)
commitc28a28eed1943c1efb958448a87a2e8f0baf48d6
tree45b971bfe38efc4940fc5ef7a67e738208257ddc
parentff673f9a22b1467878f1a117f2c6198e9683d5c7
packages infra: add function to get a Kconfig option

We so far have no mean to get the value from a Kconfig option from the
.config file of a package (eg. linux, busybox...).

Add a new function that returns the unmangled value of an option.
It expect two arguments:
  - the Kconfig option name (complete, with leading CONFIG if necessary)
  - the .config file to get it from

Note that, if the Kconfig option is a string, the returned value will
contain the leading and trailing double-quotes.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Cc: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/pkg-utils.mk