aboutsummaryrefslogtreecommitdiff
path: root/ubuntu
diff options
context:
space:
mode:
authorLeann Ogasawara <leann.ogasawara@canonical.com>2011-10-17 07:06:09 -0700
committerJohn Rigby <john.rigby@linaro.org>2011-11-16 14:51:16 -0700
commit31034fd283e2fc07c72cc98191a73b7d98006610 (patch)
tree58d0de590bc892a62854b3f53074b91f3db21504 /ubuntu
parent21ea81ded5eff43c5d273c19c86d3f6413ed0b88 (diff)
Revert "UBUNTU: ubuntu: fsam7400 disable driver"
BugLink: http://bugs.launchpad.net/bugs/876030 This reverts commit 2c2ebcbf14a86f4af59ef1d4d420d3f19083472c. Per the Oneiric Ubuntu Delta Review we purposely disabled the fsam7400 driver with the hopes that we could then completely drop the driver for Precise 12.04. However, there are reports that this driver is still in use. Re-enable the driver. Acked-by: Seth Forshee <seth.forshee@canonical.com> Acked-by: Herton Ronaldo Krzesinski <herton.krzesinski@canonical.com> Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
Diffstat (limited to 'ubuntu')
-rw-r--r--ubuntu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/Makefile b/ubuntu/Makefile
index 5f62bb003b4..4bd2cf81552 100644
--- a/ubuntu/Makefile
+++ b/ubuntu/Makefile
@@ -27,7 +27,7 @@ obj-$(CONFIG_NDISWRAPPER) += ndiswrapper/
##
##
##
-#obj-$(CONFIG_FSAM7400) += fsam7400/
+obj-$(CONFIG_FSAM7400) += fsam7400/
##
##
##