forked from nerves-project/nerves_system_rpi4
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel: use linux_additional.defconfig
Apply additional kernel settings: - USB-TMC - GS-USB - USB Printer
- Loading branch information
Showing
3 changed files
with
2 additions
and
30 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.25.3 | ||
0.25.4 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,4 @@ | ||
CONFIG_IP_NF_IPTABLES=y | ||
CONFIG_IP_NF_FILTER=y | ||
CONFIG_CAN=y | ||
CONFIG_CAN_MCP251X=m | ||
CONFIG_CAN_GS_USB=m | ||
CONFIG_BT=y | ||
CONFIG_BT_HCIBTUSB=y | ||
CONFIG_BT_HCIUART=y | ||
CONFIG_BT_HCIUART_H4=y | ||
CONFIG_BT_HCIUART_BCSP=y | ||
CONFIG_BT_HCIBCM203X=m | ||
CONFIG_PINCTRL_MCP23S08=y | ||
CONFIG_HID_CP2112=m | ||
CONFIG_F2FS_CHECK_FS=y | ||
CONFIG_XZ_DEC=m | ||
CONFIG_XZ_DEC_ARM=y | ||
CONFIG_XZ_DEC_ARMTHUMB=y | ||
CONFIG_XZ_DEC_BCJ=y | ||
CONFIG_NULL_TTY=y | ||
CONFIG_USB_UAS=y | ||
CONFIG_FS_IOMAP=y | ||
CONFIG_EXT4_FS=y | ||
CONFIG_EXT4_USE_FOR_EXT2=y | ||
# CONFIG_EXT4_FS_POSIX_ACL is not set | ||
# CONFIG_EXT4_FS_SECURITY is not set | ||
# CONFIG_EXT4_DEBUG is not set | ||
CONFIG_JBD2=y | ||
# CONFIG_JBD2_DEBUG is not set | ||
CONFIG_FS_MBCACHE=y | ||
CONFIG_CRYPTO_CRC32C=y | ||
CONFIG_TRIM_UNUSED_KSYMS=n | ||
CONFIG_USB_PRINTER=y | ||
CONFIG_USB_TMC=y |
This file contains 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