/dev/gpiomem was being used by other libraries for non-root memory access of GPIO (such as :dht). In a previous commit, this was removed as part of a different cleanup and these libs are now failing (see
62e0d10)
This adds back CONFIG_RASPBERRYPI_GPIOMEM which is also enabled for all the other raspberry pi systems
/dev/gpiomem
was being used by other libraries for non-root memory access of GPIO (such as:dht
). In a previous commit, this was removed as part of a different cleanup and these libs are now failing (see 62e0d10)This adds back
CONFIG_RASPBERRYPI_GPIOMEM
which is also enabled for all the other raspberry pi systemsSee this forum post for more info