diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-06-03 09:29:58 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-06-03 09:29:58 +0000 |
commit | 1269cfb9c0112c0562da21786bebe1d93ecd0782 (patch) | |
tree | 90a1e45df9cd68ddd8fe4b9b4436b80f8f9e895f /target/Config.in | |
parent | 2d6c35b908dc14e85ab070da0c61253e4ffa67db (diff) | |
download | upstream-1269cfb9c0112c0562da21786bebe1d93ecd0782.tar.gz upstream-1269cfb9c0112c0562da21786bebe1d93ecd0782.tar.bz2 upstream-1269cfb9c0112c0562da21786bebe1d93ecd0782.zip |
add new target feature option for fpu
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11337 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/Config.in')
-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 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 |