On Sun, 2011-08-28 at 10:03 +0000, Debian Bug Tracking System wrote:
> Processing commands for control@bugs.debian.org:
>
> > reopen 638696
> Bug #638696 {Done: Ben Hutchings <ben@decadent.org.uk>} [linux-2.6] FTBFS on alpha: module sht15 needs gpiolib not selected by config.
> 'reopen' may be inappropriate when a bug has been closed with a version;
> you may need to use 'found' to remove fixed versions.
As I suspected, there are other problematic drivers. It looks like
GENERIC_GPIO should really only be enabled by GPIOLIB. Try this:
--- a/arch/alpha/Kconfig
+++ b/arch/alpha/Kconfig
@@ -49,7 +49,7 @@
def_bool y
config GENERIC_GPIO
- def_bool y
+ bool
config ZONE_DMA
bool
--- END ---
Ben.
Attachment:
signature.asc
Description: This is a digitally signed message part