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 Jun 15, 2024
1 parent cf66cb0 commit d2e4ef9
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 @@ -9,6 +9,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 @@ -44,6 +45,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_SHA512=y
CONFIG_CRYPTO_TEST=m
CONFIG_CRYPTO_USER=y
Expand Down Expand Up @@ -178,6 +180,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 @@ -239,6 +245,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 d2e4ef9

Please sign in to comment.