Re: [PATCH 1/4] gpio: fix incorrect depends on for SPL_GPIO_HOG

2022-08-04 Thread Tom Rini
On Tue, Jul 12, 2022 at 05:44:19PM +0200, Quentin Schulz wrote: > From: Quentin Schulz > > Since commit 83061dbd1c89 ("Rename GPIO_SUPPORT to GPIO"), > SPL_GPIO_SUPPORT has been renamed to SPL_GPIO, meaning that SPL_GPIO_HOG > can never be enabled. > > Let's fix this by using the proper name fo

Re: [PATCH 1/4] gpio: fix incorrect depends on for SPL_GPIO_HOG

2022-07-13 Thread Simon Glass
On Tue, 12 Jul 2022 at 09:44, Quentin Schulz wrote: > > From: Quentin Schulz > > Since commit 83061dbd1c89 ("Rename GPIO_SUPPORT to GPIO"), > SPL_GPIO_SUPPORT has been renamed to SPL_GPIO, meaning that SPL_GPIO_HOG > can never be enabled. > > Let's fix this by using the proper name for the Kconfi

[PATCH 1/4] gpio: fix incorrect depends on for SPL_GPIO_HOG

2022-07-12 Thread Quentin Schulz
From: Quentin Schulz Since commit 83061dbd1c89 ("Rename GPIO_SUPPORT to GPIO"), SPL_GPIO_SUPPORT has been renamed to SPL_GPIO, meaning that SPL_GPIO_HOG can never be enabled. Let's fix this by using the proper name for the Kconfig option. Fixes: 1d99e673c752 ("gpio: Enable hogging support in SP