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?

Engineer999
  • 1,111
  • 2
  • 15
  • 32
  • "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 ? – MC68020 Nov 20 '22 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 – Engineer999 Nov 20 '22 at 17:54

0 Answers0