On 1/25/23 08:55, Kevin Brodsky wrote:
On 25/01/2023 09:00, carsten.haitzler@foss.arm.com wrote:
From: Carsten Haitzler carsten.haitzler@foss.arm.com
Enable a range of config options to have USB HID devices and related input devices build so we can run a proper UI with input working too in morello_transitional_pcuabi_defconfig.
Signed-off-by: Carsten Haitzler Carsten.Haitzler@arm.com
arch/arm64/configs/morello_transitional_pcuabi_defconfig | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/arch/arm64/configs/morello_transitional_pcuabi_defconfig b/arch/arm64/configs/morello_transitional_pcuabi_defconfig index 1db4601197a3..05520ad9f09e 100644 --- a/arch/arm64/configs/morello_transitional_pcuabi_defconfig +++ b/arch/arm64/configs/morello_transitional_pcuabi_defconfig @@ -165,3 +165,7 @@ CONFIG_DEBUG_FS=y # CONFIG_DEBUG_PREEMPT is not set # CONFIG_FTRACE is not set CONFIG_MEMTEST=y +CONFIG_USB_HIDDEV=y +CONFIG_I2C_HID_ACPI=y +CONFIG_INPUT_MOUSEDEV=y +CONFIG_INPUT_EVDEV=y
It would be better to replace the defconfig with exactly the output of make savedefconfig, as I don't think the new options are generated in that position in the file. Doing this guarantees that updates to the defconfig are stable and easy to diff.
They are indeed not in that order - I put them at the end more as a easier to handle patch so new opts are justr a block at the end - but if you're going to pass it through savedefconfig regularly... then just re-pass-it through then :)