glfs/kernel-config/x/installing/libevdev.toml
Xi Ruoyao 831ba20acd
kernel-config: Handle if/endif pairs in Kconfig, and allow to set "forced" attribute for options
For example, CONFIG_INPUT is forced w/o CONFIG_EXPERT.

libevdev kernel section needs these features to be rendered
successfully.
2023-07-31 21:44:36 +08:00

5 lines
89 B
TOML

INPUT = { value = "*", forced = true }
INPUT_EVDEV="*M"
INPUT_MISC="*"
INPUT_UINPUT="*M"