Skip to content

Commit 25c4cfe

Browse files
retro98boyigorpecovnik
authored andcommitted
sm8250: edge: Rewrite config
1 parent a095096 commit 25c4cfe

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

config/kernel/linux-sm8250-edge.config

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Armbian defconfig generated with 6.18
1+
# Armbian defconfig generated with 6.19
22
# CONFIG_LOCALVERSION_AUTO is not set
33
CONFIG_SYSVIPC=y
44
CONFIG_POSIX_MQUEUE=y
@@ -693,7 +693,6 @@ CONFIG_DRM_SIMPLE_BRIDGE=m
693693
CONFIG_DRM_THINE_THC63LVD1024=m
694694
CONFIG_FB=y
695695
CONFIG_FB_EFI=y
696-
CONFIG_FB_MODE_HELPERS=y
697696
CONFIG_BACKLIGHT_CLASS_DEVICE=y
698697
CONFIG_BACKLIGHT_KTZ8866=y
699698
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
@@ -833,8 +832,6 @@ CONFIG_LEDS_TRIGGER_ACTIVITY=m
833832
CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
834833
CONFIG_LEDS_TRIGGER_PANIC=y
835834
CONFIG_LEDS_TRIGGER_NETDEV=m
836-
CONFIG_EDAC=y
837-
CONFIG_EDAC_GHES=y
838835
CONFIG_RTC_CLASS=y
839836
CONFIG_RTC_DRV_DS1307=m
840837
CONFIG_RTC_DRV_HYM8563=m
@@ -998,12 +995,10 @@ CONFIG_CRYPTO_ECHAINIV=y
998995
CONFIG_CRYPTO_MICHAEL_MIC=y
999996
CONFIG_CRYPTO_DEFLATE=y
1000997
CONFIG_CRYPTO_LZ4=y
1001-
CONFIG_CRYPTO_ANSI_CPRNG=y
1002998
CONFIG_CRYPTO_USER_API_HASH=y
1003999
CONFIG_CRYPTO_USER_API_SKCIPHER=y
10041000
CONFIG_CRYPTO_USER_API_RNG=m
10051001
CONFIG_CRYPTO_GHASH_ARM64_CE=y
1006-
CONFIG_CRYPTO_SHA3_ARM64=m
10071002
CONFIG_CRYPTO_SM3_ARM64_CE=m
10081003
CONFIG_CRYPTO_AES_ARM64=y
10091004
CONFIG_CRYPTO_AES_ARM64_BS=m

config/sources/families/sm8250.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ case $BRANCH in
2323

2424
edge)
2525
declare -g KERNEL_MAJOR_MINOR="6.19" # Major and minor versions of this kernel.
26+
declare -g KERNELBRANCH='branch:linux-6.19.y'
2627
declare -g -i KERNEL_GIT_CACHE_TTL=120 # 2 minutes; this is a high-traffic repo
2728
;;
2829

patch/kernel/archive/sm8250-6.19/0000.patching_config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
config: # This is file 'patch/kernel/archive/sm8250-6.18/0000.patching_config.yaml'
1+
config: # This is file 'patch/kernel/archive/sm8250-6.19/0000.patching_config.yaml'
22

33
# Just some info stuff; not used by the patching scripts
4-
name: sm8250-6.18
4+
name: sm8250-6.19
55
kind: kernel
66
type: mainline # or: vendor
7-
branch: linux-6.18.y
8-
last-known-good-tag: v6.18.3
7+
branch: linux-6.19.y
8+
last-known-good-tag: v6.19.3
99
maintainers:
1010
- { github: rpardini, name: Ricardo Pardini, email: ricardo@pardini.net, armbian-forum: rpardini }
1111

0 commit comments

Comments
 (0)