Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit fedb224c authored by derfelot's avatar derfelot
Browse files

drivers: staging: Add KSCL driver from Sony kernel

Taken from Sony 47.2.A.10.107 stock kernel
parent f8dca043
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -110,4 +110,6 @@ source "drivers/staging/wilc1000/Kconfig"

source "drivers/staging/most/Kconfig"

source "drivers/staging/kscl/Kconfig"

endif # STAGING
+1 −0
Original line number Diff line number Diff line
@@ -46,3 +46,4 @@ obj-$(CONFIG_FB_TFT) += fbtft/
obj-$(CONFIG_FSL_MC_BUS)	+= fsl-mc/
obj-$(CONFIG_WILC1000)		+= wilc1000/
obj-$(CONFIG_MOST)		+= most/
obj-$(CONFIG_SONY_FIPS_KSCL)	+= kscl/
+7 −0
Original line number Diff line number Diff line
config SONY_FIPS_KSCL
	tristate "Sony FIPS AES-XTS/AES-CBC driver"
	depends on ARCH_SONY_YOSHINO
	default n
	---help---
	This driver support Netlogic XLR/XLS on chip gigabit
	Ethernet.
+5 −0
Original line number Diff line number Diff line
#
# Makefile for the Linux kscl
#

obj-$(CONFIG_SONY_FIPS_KSCL) += kscl.o
+840 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading