Skip to content

Commit

Permalink
config: x86: enable byt pmic
Browse files Browse the repository at this point in the history
hopefully this fixes emmc on byt
  • Loading branch information
WeirdTreeThing committed Dec 30, 2023
1 parent f70ac9c commit 9a5231b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions configs/kernel.x86
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,9 @@ CONFIG_HAVE_ACPI_APEI_NMI=y
# CONFIG_ACPI_CONFIGFS is not set
# CONFIG_ACPI_PFRUT is not set
# CONFIG_ACPI_FFH is not set
# CONFIG_PMIC_OPREGION is not set
CONFIG_PMIC_OPREGION=y
CONFIG_BYTCRC_PMIC_OPREGION=y
CONFIG_CHTCRC_PMIC_OPREGION=y
CONFIG_X86_PM_TIMER=y

#
Expand Down Expand Up @@ -888,6 +890,8 @@ CONFIG_ALLOW_DEV_COREDUMP=y
CONFIG_GENERIC_CPU_AUTOPROBE=y
CONFIG_GENERIC_CPU_VULNERABILITIES=y
CONFIG_REGMAP=y
CONFIG_REGMAP_I2C=y
CONFIG_REGMAP_IRQ=y
CONFIG_DMA_SHARED_BUFFER=y
# CONFIG_DMA_FENCE_TRACE is not set
# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set
Expand Down Expand Up @@ -1570,6 +1574,7 @@ CONFIG_GPIO_ICH=y
#
# MFD GPIO expanders
#
# CONFIG_GPIO_CRYSTAL_COVE is not set
# CONFIG_GPIO_ELKHARTLAKE is not set
# end of MFD GPIO expanders

Expand Down Expand Up @@ -1700,7 +1705,7 @@ CONFIG_MFD_CROS_EC_DEV=y
# CONFIG_MFD_INTEL_QUARK_I2C_GPIO is not set
CONFIG_LPC_ICH=y
CONFIG_LPC_SCH=y
# CONFIG_INTEL_SOC_PMIC is not set
CONFIG_INTEL_SOC_PMIC=y
# CONFIG_INTEL_SOC_PMIC_CHTWC is not set
# CONFIG_INTEL_SOC_PMIC_CHTDC_TI is not set
CONFIG_MFD_INTEL_LPSS=y
Expand Down Expand Up @@ -2442,6 +2447,7 @@ CONFIG_WMI_BMOF=y

# CONFIG_INTEL_HID_EVENT is not set
# CONFIG_INTEL_VBTN is not set
CONFIG_INTEL_BYTCRC_PWRSRC=y
# CONFIG_INTEL_PUNIT_IPC is not set
# CONFIG_INTEL_RST is not set
# CONFIG_INTEL_SMARTCONNECT is not set
Expand Down

0 comments on commit 9a5231b

Please sign in to comment.