Commit 9500739a authored by Raptor Engineering Development Team's avatar Raptor Engineering Development Team
Browse files

Raise kernel tick rate and forcibly enable hrtimers

Enable LED PWM support
 - NOTE: PWM is software driven and not yet suitable for general use
parent 17faea7d
......@@ -4,8 +4,18 @@ CONFIG_SENSORS_MAX31785=y
CONFIG_SENSORS_W83773G=y
CONFIG_RTC_DRV_RV8803=y
CONFIG_GPIOLIB=y
CONFIG_PWM=y
CONFIG_PWM_GPIO=y
CONFIG_LEDS_CLASS=y
CONFIG_LEDS_PWM=y
CONFIG_DEBUG_LL=y
CONFIG_DEBUG_LL_UART_8250=y
CONFIG_DEBUG_UART_PHYS=0x1e784000
CONFIG_DEBUG_UART_VIRT=0xe8784000
CONFIG_EARLY_PRINTK=y
CONFIG_HZ=1000
CONFIG_SCHED_HRTICK=y
CONFIG_HIGH_RES_TIMERS=y
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment