summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-05-14 05:12:04 -0500
committerTimothy Pearson <tpearson@raptorengineering.com>2019-04-25 08:02:03 +0000
commit1fad2594d1e80f09bf2abee54a1fbd1255d41812 (patch)
tree48afd54a60c9585e962855a083ffe5e90db45101
parenta327d75557a6e7683b30a04c92564f10234bf235 (diff)
downloadtalos-openbmc-1fad2594d1e80f09bf2abee54a1fbd1255d41812.tar.gz
talos-openbmc-1fad2594d1e80f09bf2abee54a1fbd1255d41812.zip
Raise kernel tick rate and forcibly enable hrtimers
Enable LED PWM support - NOTE: PWM is software driven and not yet suitable for general use
-rw-r--r--meta-openbmc-machines/meta-openpower/meta-rcs/meta-talos/recipes-kernel/linux/linux-obmc/talos.cfg10
1 files changed, 10 insertions, 0 deletions
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
OpenPOWER on IntegriCloud