commit | 2ef9f59a7a3a0894be63836542f0902a45ffdd22 | [log] [tgz] |
---|---|---|
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Thu Oct 22 18:50:26 2009 +0200 |
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | Mon Nov 16 16:56:22 2009 +0100 |
tree | 19b3a3f831fd5bd302279f554b1fba3dcf7b40f9 | |
parent | c4e4ab9f23d26498a01316428d710833fb96f214 [diff] |
at91: Kconfig simplification Instead of adding "depends on" at config level, introduce HAVE_* config variables. Add them at machine or soc level to specify the ability of a particular support. It will ease new board introduction and readability. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Andrew Victor <linux@maxim.org.za>