mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
projects/RPi/linux: update kernel config
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ac4d5c12f5
commit
a291fa259c
@ -154,8 +154,8 @@ CONFIG_MODULE_UNLOAD=y
|
|||||||
# CONFIG_MODULE_SRCVERSION_ALL is not set
|
# CONFIG_MODULE_SRCVERSION_ALL is not set
|
||||||
CONFIG_BLOCK=y
|
CONFIG_BLOCK=y
|
||||||
CONFIG_LBDAF=y
|
CONFIG_LBDAF=y
|
||||||
# CONFIG_BLK_DEV_BSG is not set
|
CONFIG_BLK_DEV_BSG=y
|
||||||
# CONFIG_BLK_DEV_BSGLIB is not set
|
CONFIG_BLK_DEV_BSGLIB=y
|
||||||
# CONFIG_BLK_DEV_INTEGRITY is not set
|
# CONFIG_BLK_DEV_INTEGRITY is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -430,7 +430,9 @@ CONFIG_IP_PNP_DHCP=y
|
|||||||
CONFIG_IP_PNP_RARP=y
|
CONFIG_IP_PNP_RARP=y
|
||||||
# CONFIG_NET_IPIP is not set
|
# CONFIG_NET_IPIP is not set
|
||||||
# CONFIG_NET_IPGRE_DEMUX is not set
|
# CONFIG_NET_IPGRE_DEMUX is not set
|
||||||
# CONFIG_IP_MROUTE is not set
|
CONFIG_IP_MROUTE=y
|
||||||
|
CONFIG_IP_PIMSM_V1=y
|
||||||
|
CONFIG_IP_PIMSM_V2=y
|
||||||
# CONFIG_ARPD is not set
|
# CONFIG_ARPD is not set
|
||||||
CONFIG_SYN_COOKIES=y
|
CONFIG_SYN_COOKIES=y
|
||||||
# CONFIG_INET_AH is not set
|
# CONFIG_INET_AH is not set
|
||||||
@ -600,11 +602,16 @@ CONFIG_SCSI_WAIT_SCAN=m
|
|||||||
#
|
#
|
||||||
# CONFIG_SCSI_SPI_ATTRS is not set
|
# CONFIG_SCSI_SPI_ATTRS is not set
|
||||||
# CONFIG_SCSI_FC_ATTRS is not set
|
# CONFIG_SCSI_FC_ATTRS is not set
|
||||||
# CONFIG_SCSI_ISCSI_ATTRS is not set
|
CONFIG_SCSI_ISCSI_ATTRS=y
|
||||||
# CONFIG_SCSI_SAS_ATTRS is not set
|
# CONFIG_SCSI_SAS_ATTRS is not set
|
||||||
# CONFIG_SCSI_SAS_LIBSAS is not set
|
# CONFIG_SCSI_SAS_LIBSAS is not set
|
||||||
# CONFIG_SCSI_SRP_ATTRS is not set
|
# CONFIG_SCSI_SRP_ATTRS is not set
|
||||||
# CONFIG_SCSI_LOWLEVEL is not set
|
CONFIG_SCSI_LOWLEVEL=y
|
||||||
|
CONFIG_ISCSI_TCP=y
|
||||||
|
CONFIG_ISCSI_BOOT_SYSFS=y
|
||||||
|
# CONFIG_LIBFC is not set
|
||||||
|
# CONFIG_LIBFCOE is not set
|
||||||
|
# CONFIG_SCSI_DEBUG is not set
|
||||||
# CONFIG_SCSI_DH is not set
|
# CONFIG_SCSI_DH is not set
|
||||||
# CONFIG_SCSI_OSD_INITIATOR is not set
|
# CONFIG_SCSI_OSD_INITIATOR is not set
|
||||||
# CONFIG_ATA is not set
|
# CONFIG_ATA is not set
|
||||||
@ -615,7 +622,7 @@ CONFIG_NETDEVICES=y
|
|||||||
# CONFIG_BONDING is not set
|
# CONFIG_BONDING is not set
|
||||||
# CONFIG_MACVLAN is not set
|
# CONFIG_MACVLAN is not set
|
||||||
# CONFIG_EQUALIZER is not set
|
# CONFIG_EQUALIZER is not set
|
||||||
CONFIG_TUN=m
|
CONFIG_TUN=y
|
||||||
# CONFIG_VETH is not set
|
# CONFIG_VETH is not set
|
||||||
CONFIG_MII=y
|
CONFIG_MII=y
|
||||||
CONFIG_PHYLIB=m
|
CONFIG_PHYLIB=m
|
||||||
@ -1354,7 +1361,7 @@ CONFIG_USB_DWCOTG=y
|
|||||||
#
|
#
|
||||||
# USB Device Class drivers
|
# USB Device Class drivers
|
||||||
#
|
#
|
||||||
# CONFIG_USB_ACM is not set
|
CONFIG_USB_ACM=m
|
||||||
# CONFIG_USB_PRINTER is not set
|
# CONFIG_USB_PRINTER is not set
|
||||||
# CONFIG_USB_WDM is not set
|
# CONFIG_USB_WDM is not set
|
||||||
# CONFIG_USB_TMC is not set
|
# CONFIG_USB_TMC is not set
|
||||||
|
@ -270,6 +270,9 @@
|
|||||||
# build and install CEC adapter support (yes / no)
|
# build and install CEC adapter support (yes / no)
|
||||||
CEC_SUPPORT="yes"
|
CEC_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build and install iSCSI support - iscsistart (yes / no)
|
||||||
|
ISCSI_SUPPORT="yes"
|
||||||
|
|
||||||
# LCD driver to Use - Possible drivers are ( Comma seperated:
|
# LCD driver to Use - Possible drivers are ( Comma seperated:
|
||||||
# bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,
|
# bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,
|
||||||
# ea65,EyeboxOne,g15,glcdlib,glk,hd44780,i2500vfd,
|
# ea65,EyeboxOne,g15,glcdlib,glk,hd44780,i2500vfd,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user