1

I would like to add and enable a new device in an embedded Linux image.

Is it enough to just specify the information in a device tree file and then the driver for the device will get loaded based on the information?

Or must I also use Kconfig to enable this?

2
  • "enable a new device" ? Do you mean a new driver ? Some driver not already in-kernel built ? not already modeprobed at init time ? Is this driver available in your linux kernel distribution ? What is your init system ? Commented Nov 20, 2022 at 17:48
  • @MC68020 Yes I mean enable a new driver which is not built into the kernel yet. Not already modeprobed at init time. This would be a new driver that I must add to the kernel. I am using systemd Commented Nov 20, 2022 at 17:54

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.