diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2013-11-22 12:01:01 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2013-11-22 12:01:01 +0000 |
commit | f3e2331e18708d7080cbd12cbb967e076fd747d1 (patch) | |
tree | a4591b666464fb73af8d9de45f00110ab47842de /target | |
parent | 4242b42880c535007e68cc1bedbe83a4aef36814 (diff) | |
download | upstream-f3e2331e18708d7080cbd12cbb967e076fd747d1.tar.gz upstream-f3e2331e18708d7080cbd12cbb967e076fd747d1.tar.bz2 upstream-f3e2331e18708d7080cbd12cbb967e076fd747d1.zip |
add a feature flag for device tree support
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38893
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index 7f694e4c8b..bb442025f5 100644 --- a/target/Config.in +++ b/target/Config.in @@ -39,6 +39,9 @@ config RTC_SUPPORT config BIG_ENDIAN bool +config USES_DEVICETREE + bool + config USES_INITRAMFS bool |