hw/gpio/pca955*: Move Kconfig switches next to implementations
authorBernhard Beschow <shentey@gmail.com>
Sun, 23 Feb 2025 11:46:53 +0000 (12:46 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 25 Feb 2025 15:32:58 +0000 (15:32 +0000)
commit0f520f0a9d9516fb3563a9b69c820ac73d2017aa
tree3d029b50f9939a2eb06573023b68edd5830e25d6
parentfaa2150a527b1919646316dba268b71ced8762a6
hw/gpio/pca955*: Move Kconfig switches next to implementations

The move of the Kconfig bits to hw/gpio is fixing a bug in 6328d8ffa6cb9d
("misc/pca955*: Move models under hw/gpio"), which moved the code but forgot to
move the Kconfig sections.

Fixes: 6328d8ffa6cb9d "misc/pca955*: Move models under hw/gpio"
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Message-id: 20250223114708.1780-4-shentey@gmail.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/gpio/Kconfig
hw/misc/Kconfig