Kconfigs and Makefiles (i forgot) for my previous post

From: Szabolcs Gyurko <szabolcs.gyurko_at_tlt.hu>
Date: Wed, 08 Sep 2004 13:47:25 +0200

Hi guys, here are the Kconfig and makefile changes which I forgot

-------------------------------------------------------------------
arch/arm/common/ipaq/Kconfig
-------------------------------------------------------------------

config IPAQ_SHAMCOP_OWM
         tristate " HP iPAQ SAMCOP and HAMCOP 1-Wire busmaster"
         depends on IPAQ_SHAMCOP && BATTERY_MONITOR
         help
           If you enable this you will have the generic 1-Wire
           busmaster support.
           Depends on the battery support and the generic SHAMCOP
           driver.

           The DS2760 driver below depends on this.

config IPAQ_SHAMCOP_OWM_DS2760
         tristate " HP iPAQ generic DS2760 support (READ HELP)"
         depends on IPAQ_SHAMCOP_OWM
         help
           This driver is for the DS2760 battery monitoring chip.
           It depends on the SHAMCOP interface to the 1-Wire
           busmaster driver (CONFIG_IPAQ_SHAMCOP_OWM).

           There is another DS2760 driver written for h38xx series
           which is not compatible with this.

           The h2200 battery management depends on this driver.

-------------------------------------------------------------------
arch/arm/common/ipaq/Makefile
-------------------------------------------------------------------
obj-$(CONFIG_IPAQ_SHAMCOP_OWM) += shamcop_owm.o
obj-$(CONFIG_IPAQ_SHAMCOP_OWM_DS2760) += shamcop_owm_ds2760.o

-------------------------------------------------------------------
arch/arm/mach-pxa/Kconfig
-------------------------------------------------------------------
config H2200_BATTERY
         tristate "iPAQ H2200 battery interface"
         depends on ARCH_H2200 && IPAQ_SHAMCOP
         help
           This driver provides access to battery and power information
           on iPAQ H2200

-------------------------------------------------------------------
arch/arm/mach-pxa/Makefile
-------------------------------------------------------------------
obj-$(CONFIG_H2200_BATTERY) += h2200_battery.o

-- 
Szabolcs Gyurko
Received on Wed Sep 08 2004 - 07:47:40 EDT

This archive was generated by hypermail 2.2.0 : Mon Jul 25 2005 - 17:19:29 EDT