config TIMERALL_GPIO_REGISTER
	bool
	help
	  This option provides the function gpio_timerall_register_device.
	  As this function is used by arch code it must not be compiled as a
	  module.

menuconfig NEW_TIMERALL
	bool "TimerAll Support"
	help
	  Say Y to enable Linux TimerAll support.  This allows control of servos, PWM and Steppers 
	  from userspace.

if NEW_TIMERALL

config TIMERALL_CLASS
	tristate "TIMERALL Class Support"
	help
	  This option enables the TimerAll sysfs class in /sys/class/timerall.  You'll
	  need this to do anything useful with TimerAll.  If unsure, say N.

comment "TimerAll drivers"


config TIMERALL_GPIO
	tristate "TIMERALL Support for GPIO connected Servos"
	depends on TIMERALL_CLASS
	depends on GPIOLIB
	help
	  This option enables support for RC Servos, PWM and Steppers connected to GPIO
	  outputs. They must be defined as platform devices 
	  and/or OpenFirmware platform devices.
	  >>>The code to use these bindings can be selected below.<<<


endif # NEW_TIMERALL
