Skip to content

Commit

Permalink
config: add eBPF kernel features
Browse files Browse the repository at this point in the history
MichaIng/DietPi#6834

Signed-off-by: MichaIng <[email protected]>
  • Loading branch information
MichaIng committed Jul 5, 2024
1 parent 5fcd5b6 commit c06fd86
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dietpi_visionfive2_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_NVME=y
CONFIG_BLK_DEV_SD=y
CONFIG_BLK_DEV_SR=y
CONFIG_BPF_JIT=y
CONFIG_BPF_SYSCALL=y
CONFIG_BT=m
CONFIG_BTRFS_FS=y
Expand Down Expand Up @@ -49,6 +50,7 @@ CONFIG_CPU_IDLE=y
CONFIG_CPU_THERMAL=y
CONFIG_CRYPTO_DEV_JH7110_ENCRYPT=y
CONFIG_CRYPTO_DEV_VIRTIO=n
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_TEST=m
CONFIG_CRYPTO_USER=y
CONFIG_CRYPTO_USER_API_AEAD=y
Expand Down Expand Up @@ -183,6 +185,10 @@ CONFIG_NETFILTER_XT_MATCH_U32=y
CONFIG_NETLINK_DIAG=y
CONFIG_NET_9P=m
CONFIG_NET_9P_VIRTIO=n
CONFIG_NET_CLS_ACT=y
CONFIG_NET_CLS_BPF=m
CONFIG_NET_SCHED=y
CONFIG_NET_SCH_INGRESS=m
CONFIG_NEW_LEDS=y
CONFIG_NFSD=m
CONFIG_NFSD_V4=y
Expand Down Expand Up @@ -243,6 +249,7 @@ CONFIG_RTC_CLASS=y
CONFIG_RTC_DRV_GOLDFISH=y
CONFIG_RTC_DRV_STARFIVE=y
CONFIG_SATA_AHCI=y
CONFIG_SCHEDSTATS=y
CONFIG_SCSI_VIRTIO=y
CONFIG_SENSORS_SFCTEMP=y
CONFIG_SERIAL_8250=y
Expand Down

0 comments on commit c06fd86

Please sign in to comment.