kconfig-generic: Enable configs for Spacemit K1 SoC

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9045>
This commit is contained in:
Aelin 2026-07-16 13:43:33 +02:00 committed by The Friendly Meow (merge) Bot
parent b8aebb05fa
commit ba5b93c2ad
No known key found for this signature in database

View file

@ -122,6 +122,8 @@ SENSORS_SURFACE_TEMP = "m"
SURFACE_AGGREGATOR = "m"
SURFACE_AGGREGATOR_REGISTRY = "m"
SWP_EMULATION = "y"
["category:misc".">=7.2_rc1"."riscv64"]
SPACEMIT_K1_TSENSOR = "m"
# useful ppc64le configs, taken from Alpine
["category:misc".">=0.0.0"."ppc64le"]
@ -202,6 +204,10 @@ QCOM_GSBI = "y"
CHARGER_CROS_USBPD = "m"
["category:usb".">=0.0.0"."all"]
USB_SERIAL_CH341 = "m"
["category:usb".">=0.0.0"."riscv64"]
USB_DWC3 = "y"
["category:usb".">=7.0_rc1"."riscv64"]
PHY_SPACEMIT_K1_USB2 = "y"
# vhost acceleration
["category:vhost".">=0.0.0"."all"]