gpio: mockup: move the driver out of the IOMEM drivers section
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 13 Mar 2019 10:37:17 +0000 (11:37 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Fri, 22 Mar 2019 15:54:33 +0000 (16:54 +0100)
commit6e4484ee354872ecdc8dfa3e239c710cb5b7b7c5
treeaffd1bfd0e585c510dee3e0fc8ebd043841b52f9
parent6ada2f2269ce338d9ae1ae739ec58377dccfc2a3
gpio: mockup: move the driver out of the IOMEM drivers section

The testing driver doesn't really depend on HAS_IOMEM. We may want to
build it for testing purposes on architectures not supporting IOMEM,
for example: on user-mode linux. Move it out of the "Memory Mapped GPIO
drivers" section.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
drivers/gpio/Kconfig