Re: [RFC PATCH] atmel_lcdfb Kconfig: remove long dependency line

From: Jean-Christophe PLAGNIOL-VILLARD
Date: Tue Jun 23 2009 - 10:20:25 EST


>
> +config ARCH_ATMEL_HAS_FB
> + bool
> + depends on FB
as you use it just under with the FB condition too
I think you can avoid this depend here
> + default n
> +
> config FB_ATMEL
> tristate "AT91/AT32 LCD Controller support"
> - depends on FB && (ARCH_AT91SAM9261 || ARCH_AT91SAM9G10 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_AT91SAM9G45 || ARCH_AT91CAP9 || AVR32)
> + depends on FB && ARCH_ATMEL_HAS_FB
> select FB_CFB_FILLRECT
> select FB_CFB_COPYAREA
> select FB_CFB_IMAGEBLIT

Best Regards,
J.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/