aboutsummaryrefslogtreecommitdiff
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-18 20:07:25 -0700
commite4c0d786197108d46be4da82d36a7c8bfd056109 (patch)
treeec08b0b067cfda0d20bf07354969090838f0174b
parentbdec30819717d293e153bcc9449f8a1d96f334ea (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>
-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/
##
##
##