[PATCH 1/1] arm: exynos: don't imply non-existent CONFIG_KEYBOARD
Tom Rini
trini at konsulko.com
Wed Feb 25 18:30:42 CET 2026
On Wed, Feb 25, 2026 at 06:26:24PM +0100, Heinrich Schuchardt wrote:
> On 2/25/26 15:37, Tom Rini wrote:
> > On Wed, Feb 25, 2026 at 11:00:23AM +0100, Heinrich Schuchardt wrote:
> >
> > > Symbol CONFIG_KEYBOARD does not exist.
> > > Don't imply it.
> > >
> > > Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> > > ---
> > > arch/arm/mach-exynos/Kconfig | 1 -
> > > 1 file changed, 1 deletion(-)
> > >
> > > diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
> > > index b084b7284aa..06448e875ef 100644
> > > --- a/arch/arm/mach-exynos/Kconfig
> > > +++ b/arch/arm/mach-exynos/Kconfig
> > > @@ -34,7 +34,6 @@ config ARCH_EXYNOS5
> > > imply CMD_HASH
> > > imply CRC32_VERIFY
> > > imply HASH_VERIFY
> > > - imply KEYBOARD
> > > imply USB_ETHER_ASIX
> > > imply USB_ETHER_RTL8152
> > > imply USB_ETHER_SMSC95XX
> >
> > Should this be DM_KEYBOARD ? I'm not sure about USB_KEYBOARD instead,
> > but it looks like USB_KEYBOARD should be a depends on, not selects
> > DM_KEYBOARD, too.
> >
>
> ARCH_EXYNOS5 depends on ARCH_EXYNOS.
> ARCH_EXYNOS selects DM_KEYBOARD.
Ah, I missed the 5 at the end in the patch context, sorry. Yes, we can
just drop the "imply KEYBOARD" line.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20260225/f38e602a/attachment.sig>
More information about the U-Boot
mailing list