From 9500739a208bbda9922474f2acaf129c459ee5fa Mon Sep 17 00:00:00 2001 From: Raptor Engineering Development Team Date: Mon, 14 May 2018 05:12:04 -0500 Subject: Raise kernel tick rate and forcibly enable hrtimers Enable LED PWM support - NOTE: PWM is software driven and not yet suitable for general use --- .../meta-talos/recipes-kernel/linux/linux-obmc/talos.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'meta-openbmc-machines/meta-openpower/meta-rcs/meta-talos') diff --git a/meta-openbmc-machines/meta-openpower/meta-rcs/meta-talos/recipes-kernel/linux/linux-obmc/talos.cfg b/meta-openbmc-machines/meta-openpower/meta-rcs/meta-talos/recipes-kernel/linux/linux-obmc/talos.cfg index fdef463d1..8182c7a23 100644 --- a/meta-openbmc-machines/meta-openpower/meta-rcs/meta-talos/recipes-kernel/linux/linux-obmc/talos.cfg +++ b/meta-openbmc-machines/meta-openpower/meta-rcs/meta-talos/recipes-kernel/linux/linux-obmc/talos.cfg @@ -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 -- cgit v1.2.1