Skip to content

Commit

Permalink
Fixed unresolved kernel options
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Sapronov <andrew.sapronov@gmail.com>
Signed-off-by: Michael Shych <michaelsh@nvidia.com>
  • Loading branch information
andrewsapronov authored and mshych committed Feb 20, 2024
1 parent 8c87c37 commit 566a168
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions machine/netberg/netberg_aurora_621/kernel/config
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,18 @@ CONFIG_USB_XHCI_PLATFORM=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_PCI=y

CONFIG_ACPI_IPMI=y
CONFIG_IPMI_HANDLER=y
CONFIG_IPMI_PANIC_EVENT=y
CONFIG_IPMI_PANIC_STRING=y
CONFIG_IPMI_DEVICE_INTERFACE=y
CONFIG_IPMI_SI=y
# CONFIG_IPMI_SSIF is not set
CONFIG_IPMI_WATCHDOG=y
CONFIG_IPMI_POWEROFF=y
# CONFIG_SENSORS_IBMAEM is not set
# CONFIG_SENSORS_IBMPEX is not set

CONFIG_USB_STORAGE=y
CONFIG_CHR_DEV_SG=y

Expand Down

0 comments on commit 566a168

Please sign in to comment.