-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathConfig.in
More file actions
25 lines (22 loc) · 802 Bytes
/
Copy pathConfig.in
File metadata and controls
25 lines (22 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Configuration for CH34x MPHSI Master driver
config PACKAGE_kmod-ch34x-mphsi-master-spidev
bool "Enable spidev support by default"
depends on PACKAGE_kmod-ch34x-mphsi-master
default y
help
Enable automatic spidev device creation for SPI interfaces.
This is useful for userspace SPI applications.
config PACKAGE_kmod-ch34x-mphsi-master-gpio-sysfs
bool "Enable GPIO sysfs support"
depends on PACKAGE_kmod-ch34x-mphsi-master
default y
help
Enable GPIO sysfs interface for userspace GPIO access.
Disable this if you only need kernel-space GPIO (e.g., for IRQ).
config PACKAGE_kmod-ch34x-mphsi-master-debug
bool "Enable debug messages"
depends on PACKAGE_kmod-ch34x-mphsi-master
default n
help
Enable verbose debug output in kernel log.
Only enable for debugging purposes.