From c5657f08d51c34af8b31d9c4cfa8dbb4b06c1a44 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Tue, 3 Jun 2008 09:29:58 +0000 Subject: [PATCH] add new target feature option for fpu SVN-Revision: 11337 --- scripts/metadata.pl | 1 + target/Config.in | 3 +++ 2 files changed, 4 insertions(+) diff --git a/scripts/metadata.pl b/scripts/metadata.pl index 51dcc425ba..09947d8085 100755 --- a/scripts/metadata.pl +++ b/scripts/metadata.pl @@ -161,6 +161,7 @@ sub target_config_features(@) { /ext2/ and $ret .= "\tselect USES_EXT2\n"; /tgz/ and $ret .= "\tselect USES_TGZ\n"; /cpiogz/ and $ret .= "\tselect USES_CPIOGZ\n"; + /fpu/ and $ret .= "\tselect HAS_FPU\n"; } return $ret; } diff --git a/target/Config.in b/target/Config.in index 505fcc9621..31f7a50b39 100644 --- a/target/Config.in +++ b/target/Config.in @@ -8,6 +8,9 @@ config LINUX_2_4 config LINUX_2_6 bool +config HAS_FPU + bool + config DISPLAY_SUPPORT bool -- 2.30.2