Created
January 15, 2015 02:50
-
-
Save rmorgans/62746af345685a2e87fa to your computer and use it in GitHub Desktop.
linux kernel config notes for socketcan
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Intel SoC IOSF Sideband support for SoC platforms | |
# | |
# To be selected by modules requiring access to the Intel OnChip | |
# System Fabric (IOSF) Sideband MailBox Interface (MBI). For MBI | |
# platforms enumerable by PCI. This option enables sideband register | |
# access support for Intel SoC platforms. On these platforms the IOSF | |
# sideband is used in lieu of MSR's for some register accesses, mostly | |
# but not limited to thermal and power. Drivers may query the | |
# availability of this device to determine if they need the sideband | |
# in order to work on these platforms. The sideband is available on | |
# the following SoC products. This list is not meant to be | |
# exclusive. - BayTrail - Braswell - Quark | |
# You should say Y if you are running a kernel on one of these SoC's. | |
CONFIG_IOSF_MBI=m | |
# | |
# CAN | |
# | |
CONFIG_CAN=m | |
CONFIG_CAN_RAW=m | |
CONFIG_CAN_BCM=m | |
CONFIG_CAN_GW=m | |
# | |
# CAN Device Drivers | |
# | |
CONFIG_CAN_VCAN=m | |
CONFIG_CAN_SLCAN=m | |
CONFIG_CAN_DEV=m | |
CONFIG_CAN_CALC_BITTIMING=y | |
# CONFIG_CAN_LEDS is not set | |
CONFIG_CAN_MCP251X=m | |
CONFIG_PCH_CAN=m | |
CONFIG_CAN_SJA1000=m | |
# CONFIG_CAN_SJA1000_ISA is not set | |
# CONFIG_CAN_SJA1000_PLATFORM is not set | |
# CONFIG_CAN_EMS_PCMCIA is not set | |
# CONFIG_CAN_EMS_PCI is not set | |
# CONFIG_CAN_PEAK_PCMCIA is not set | |
# CONFIG_CAN_PEAK_PCI is not set | |
# CONFIG_CAN_KVASER_PCI is not set | |
# CONFIG_CAN_PLX_PCI is not set | |
CONFIG_CAN_C_CAN=m | |
# CONFIG_CAN_C_CAN_PLATFORM is not set | |
# CONFIG_CAN_C_CAN_PCI is not set | |
CONFIG_CAN_CC770=m | |
# CONFIG_CAN_CC770_ISA is not set | |
# CONFIG_CAN_CC770_PLATFORM is not set | |
# | |
# CAN USB interfaces | |
# | |
# CONFIG_CAN_EMS_USB is not set | |
# CONFIG_CAN_ESD_USB2 is not set | |
# CONFIG_CAN_KVASER_USB is not set | |
# CONFIG_CAN_PEAK_USB is not set | |
# CONFIG_CAN_8DEV_USB is not set | |
# CONFIG_CAN_SOFTING is not set | |
CONFIG_CAN_DEBUG_DEVICES=y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment