-ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.38)),1)
- GEOS_GPIO:=gpio-cs5535-new
-else
- GEOS_GPIO:=gpio-cs5535
-endif
-DEFAULT_PACKAGES += kmod-ata-via-sata \
+GEOS_GPIO = $(if $(findstring 2.6.32,$(LINUX_VERSION)),gpio-cs5535,gpio-cs5535-new)
+DEFAULT_PACKAGES += \